GET /api/bet_types/14dc904b-562e-40a3-827c-2a125b1f1faa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14dc904b-562e-40a3-827c-2a125b1f1faa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9f44206-3d7b-4b8b-bfd1-41435263d8df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T11:57:06.183709-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": "San Diego State",
                "amount": 5699.0
            },
            {
                "team": "Florida Atlantic",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "6977b6cf-3db6-40e5-b1f6-26bc46dff0ff",
            "gambit_id": "70cb9f9e-4526-4145-98bc-3a09ed9e07c8",
            "last_updated": "2023-04-02T10:52:14.475774-04:00",
            "created_at": "2023-03-28T11:57:06.186044-04:00",
            "name": "San Diego State",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14dc904b-562e-40a3-827c-2a125b1f1faa/?format=api"
        },
        {
            "id": "aafb0276-b3d1-4832-ac24-6d0fa502f46c",
            "gambit_id": "d1c160c3-f994-4b8e-9258-d84f16d970f6",
            "last_updated": "2023-04-02T10:52:14.477784-04:00",
            "created_at": "2023-03-28T11:57:06.188451-04:00",
            "name": "Florida Atlantic",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14dc904b-562e-40a3-827c-2a125b1f1faa/?format=api"
        }
    ]
}