GET /api/bet_types/8c05a5c2-15b6-4c40-b3d8-727b6b3b2234/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c05a5c2-15b6-4c40-b3d8-727b6b3b2234",
    "match": "https://api-prod.gambitprofit.com/api/matches/439c745a-3740-4034-8f36-8ed17d4f1ede/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:16.216718-04: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": "STL (S Matz)",
                "amount": 5627.0
            },
            {
                "team": "ATL (D Dodd)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "04f87068-4a2f-4688-a1ec-a6cb6298bc47",
            "gambit_id": "ba8c8666-f1ac-4445-b6fc-58139ac8ecb0",
            "last_updated": "2023-04-05T09:41:59.206866-04:00",
            "created_at": "2023-04-04T09:32:16.218077-04:00",
            "name": "STL (S Matz)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c05a5c2-15b6-4c40-b3d8-727b6b3b2234/?format=api"
        },
        {
            "id": "2cff6a57-7f46-486f-b7ec-b0ea055f26f7",
            "gambit_id": "c77dde59-99be-4764-bc81-b9e5d7e1fbb6",
            "last_updated": "2023-04-05T09:41:59.208410-04:00",
            "created_at": "2023-04-04T09:32:16.219514-04:00",
            "name": "ATL (D Dodd)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c05a5c2-15b6-4c40-b3d8-727b6b3b2234/?format=api"
        }
    ]
}