GET /api/bet_types/5ffc87cb-2099-40af-bdbe-e26dce526b25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ffc87cb-2099-40af-bdbe-e26dce526b25",
    "match": "https://api-prod.gambitprofit.com/api/matches/a35cb1ba-f848-404d-9c36-a57a69647b6d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:22.425446-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": "SFO (L Webb)",
                "amount": 6620.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "5cd44435-151d-4160-96eb-6717ce6108e3",
            "gambit_id": "279c9811-3aa3-4b04-a1e8-fc667fae94c2",
            "last_updated": "2023-06-08T16:23:13.727093-04:00",
            "created_at": "2023-06-07T09:28:22.428159-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ffc87cb-2099-40af-bdbe-e26dce526b25/?format=api"
        },
        {
            "id": "31af7f96-e5a0-4bd4-ac27-bbf5bb885f9b",
            "gambit_id": "6dacf1cc-04ad-4ffc-84a9-fc351dbd4dba",
            "last_updated": "2023-06-08T16:23:13.730080-04:00",
            "created_at": "2023-06-07T09:28:22.431662-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ffc87cb-2099-40af-bdbe-e26dce526b25/?format=api"
        }
    ]
}