GET /api/bet_types/bbd055b5-3f25-4381-9ea7-5800c64ad9c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbd055b5-3f25-4381-9ea7-5800c64ad9c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f5dbca4-e4e5-4233-a8ab-4d89fe19bd39/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5051.0
            },
            {
                "team": "Manchester United",
                "amount": 4949.0
            }
        ],
        "expected_reward_tokens": 12323.01,
        "profit_sb": 3323.01,
        "profit_sb_percentage": 36.92,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 3650.0
            },
            {
                "team": "Manchester United",
                "amount": 3576.0
            },
            {
                "team": "Draw",
                "amount": 2774.0
            }
        ],
        "expected_reward_tokens": 8904.24,
        "profit_sb": -95.76,
        "profit_sb_percentage": -1.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc80da7b-cfb3-4f5b-bea7-9467bb617546",
            "gambit_id": "7d47940d-81b1-40dd-b35a-e7993d6b088c",
            "last_updated": "2022-09-05T17:06:57.095346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd055b5-3f25-4381-9ea7-5800c64ad9c4/?format=api"
        },
        {
            "id": "dd51d3cd-5be2-4998-9c0f-683facd777cc",
            "gambit_id": "a9b1b03a-2a36-4dec-aa81-24180ae3906c",
            "last_updated": "2022-09-05T17:06:57.096659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd055b5-3f25-4381-9ea7-5800c64ad9c4/?format=api"
        },
        {
            "id": "2f5022f4-f1a1-4d2c-b7e1-bfcd02b76f42",
            "gambit_id": "f0045248-56d1-4aa8-a3c2-a8684046d8ee",
            "last_updated": "2022-09-05T17:06:57.098084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd055b5-3f25-4381-9ea7-5800c64ad9c4/?format=api"
        }
    ]
}