GET /api/bet_types/bd50f2f4-b66a-45c3-b9c6-fa9ac1774176/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd50f2f4-b66a-45c3-b9c6-fa9ac1774176",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?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": "ATL (J Odorizzi)",
                "amount": 5654.0
            },
            {
                "team": "MIA (P Lopez)",
                "amount": 4346.0
            }
        ],
        "expected_reward_tokens": 9385.64,
        "profit_sb": 385.64,
        "profit_sb_percentage": 4.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b250966-4185-45ca-8bbe-3a07615c90ff",
            "gambit_id": "f70ed4f1-17f4-479a-bff5-52ac742cbbc7",
            "last_updated": "2022-08-13T10:57:04.263691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "1.66000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50f2f4-b66a-45c3-b9c6-fa9ac1774176/?format=api"
        },
        {
            "id": "cdfc9e64-f176-4d4b-bc14-25c08e019e89",
            "gambit_id": "3d20d2d8-61ed-45a7-926b-392c3165880c",
            "last_updated": "2022-08-13T10:57:04.263258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "2.16000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50f2f4-b66a-45c3-b9c6-fa9ac1774176/?format=api"
        }
    ]
}