GET /api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26c88f87-593a-4198-8449-5769da1ae31b",
    "match": "https://api-prod.gambitprofit.com/api/matches/58173d2e-f548-4f94-b48b-11eb862bbe8f/?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": "Columbus Crew",
                "amount": 6842.0
            },
            {
                "team": "Draw",
                "amount": 3158.0
            }
        ],
        "expected_reward_tokens": 11494.56,
        "profit_sb": 2494.56,
        "profit_sb_percentage": 27.72,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Columbus Crew",
                "amount": 5230.0
            },
            {
                "team": "Draw",
                "amount": 2414.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 2356.0
            }
        ],
        "expected_reward_tokens": 8786.4,
        "profit_sb": -213.6,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "b85ad81a-134f-4d4c-ba30-dde3dec1b3ce",
            "gambit_id": "da40c6ae-05d1-4814-afe5-b4c5a97fffc9",
            "last_updated": "2022-08-22T15:47:12.705018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Crew",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
        },
        {
            "id": "ef41a05f-76b0-4f08-b144-be8011930509",
            "gambit_id": "4f961b98-140e-4b89-a0ae-69ae5ee12c6b",
            "last_updated": "2022-08-22T15:47:12.705461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
        },
        {
            "id": "01bc1db4-958f-4f89-9dc8-58b03dd62bf1",
            "gambit_id": "a0a3c2ea-9e16-4a46-abe1-522d9a889ad9",
            "last_updated": "2022-08-22T15:47:12.704574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta United FC",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
        }
    ]
}