GET /api/bet_types/8f41b304-830d-4548-b2de-2396874e32dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f41b304-830d-4548-b2de-2396874e32dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d321618b-83b3-4b4f-9f28-9f8603889309/?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": "SDG (J Musgrove)",
                "amount": 6975.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9346.5,
        "profit_sb": 346.5,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "290ca905-c9f9-47b2-aa08-b11933cdb5ce",
            "gambit_id": "2345f05b-4c3a-49f3-9f59-396d6042bd7f",
            "last_updated": "2022-08-05T10:06:54.928579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.34000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f41b304-830d-4548-b2de-2396874e32dd/?format=api"
        },
        {
            "id": "14675a79-9e27-4a41-a047-977619c9e752",
            "gambit_id": "bb250236-de9f-4996-877e-ba99b1fe1114",
            "last_updated": "2022-08-05T10:06:54.928978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f41b304-830d-4548-b2de-2396874e32dd/?format=api"
        }
    ]
}