GET /api/bet_types/aaaf7607-fc12-46b5-892d-8b3b3deeaf04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaaf7607-fc12-46b5-892d-8b3b3deeaf04",
    "match": "https://api-prod.gambitprofit.com/api/matches/d97dd22d-181b-4116-a46a-079110a83082/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Carolina Hurricanes",
                "amount": 6326.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfe9b0a2-e560-4afd-98bd-db675c218e45",
            "gambit_id": "b29c8c4d-eaa8-4aef-833c-ba837c5125e2",
            "last_updated": "2022-10-31T11:12:09.366490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaaf7607-fc12-46b5-892d-8b3b3deeaf04/?format=api"
        },
        {
            "id": "51072030-17ff-40fe-88ae-660dee317049",
            "gambit_id": "d5db763e-7984-4c16-b825-169ea754d706",
            "last_updated": "2022-10-31T11:12:09.365548-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaaf7607-fc12-46b5-892d-8b3b3deeaf04/?format=api"
        }
    ]
}