GET /api/bet_types/433ae901-8425-4093-bca5-df53acb5d8c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "433ae901-8425-4093-bca5-df53acb5d8c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8053679f-07c4-4e12-8f98-0e8dbf1b7e8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:53.183238-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7221.0
            },
            {
                "team": "Draw",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 10975.92,
        "profit_sb": 1475.92,
        "profit_sb_percentage": 15.54,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6023.0
            },
            {
                "team": "Draw",
                "amount": 2318.0
            },
            {
                "team": "Chelsea",
                "amount": 1659.0
            }
        ],
        "expected_reward_tokens": 9154.96,
        "profit_sb": -345.04,
        "profit_sb_percentage": -3.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "6de15072-34b7-4cb5-b9f7-8f67bad5bee5",
            "gambit_id": "1abb32f7-ea9d-4108-b8bb-2ea845fd1792",
            "last_updated": "2023-05-25T13:47:04.737979-04:00",
            "created_at": "2023-05-19T11:41:53.187709-04:00",
            "name": "Manchester City",
            "reward": "1.52000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433ae901-8425-4093-bca5-df53acb5d8c6/?format=api"
        },
        {
            "id": "ab44611e-a865-4fbf-9bf9-b4bec13f67d2",
            "gambit_id": "fd8f688a-0a10-4920-bc30-7693d9d767cc",
            "last_updated": "2023-05-25T13:47:04.740683-04:00",
            "created_at": "2023-05-19T11:41:53.190492-04:00",
            "name": "Draw",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433ae901-8425-4093-bca5-df53acb5d8c6/?format=api"
        },
        {
            "id": "abcc0062-64d6-4d42-9a34-1b3a911306f4",
            "gambit_id": "7f29b1af-f63a-44de-b13e-da1d98c10a56",
            "last_updated": "2023-05-25T13:47:04.735523-04:00",
            "created_at": "2023-05-19T11:41:53.185208-04:00",
            "name": "Chelsea",
            "reward": "5.52000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433ae901-8425-4093-bca5-df53acb5d8c6/?format=api"
        }
    ]
}