GET /api/bet_types/88f06bfc-31b2-4576-8013-2ef47c055de4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88f06bfc-31b2-4576-8013-2ef47c055de4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9268a917-8680-452c-8c07-4312c797e1f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:52.367425-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5725.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4275.0
            }
        ],
        "expected_reward_tokens": 12824.0,
        "profit_sb": 3324.0,
        "profit_sb_percentage": 34.99,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 4102.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 3063.0
            },
            {
                "team": "Draw",
                "amount": 2836.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": -311.52,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "fce557f0-0984-4905-8592-d3342fb1b75b",
            "gambit_id": "b82e7313-b5f9-444d-b336-92bf15967de4",
            "last_updated": "2023-05-22T18:02:06.874163-04:00",
            "created_at": "2023-05-19T11:41:52.370823-04:00",
            "name": "Everton",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f06bfc-31b2-4576-8013-2ef47c055de4/?format=api"
        },
        {
            "id": "60f7052b-5d68-44ec-90d5-39efb922876d",
            "gambit_id": "285e9e44-ffb8-45a3-9677-b40835960014",
            "last_updated": "2023-05-22T18:02:06.872004-04:00",
            "created_at": "2023-05-19T11:41:52.368996-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f06bfc-31b2-4576-8013-2ef47c055de4/?format=api"
        },
        {
            "id": "57b74ce5-bddd-4e18-ad3b-b756876861b7",
            "gambit_id": "a135b376-e67c-4bee-bc74-619199ee00a7",
            "last_updated": "2023-05-22T18:02:06.878202-04:00",
            "created_at": "2023-05-19T11:41:52.372557-04:00",
            "name": "Draw",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f06bfc-31b2-4576-8013-2ef47c055de4/?format=api"
        }
    ]
}