GET /api/bet_types/b499f4c9-a35c-4eab-be66-97f270381781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b499f4c9-a35c-4eab-be66-97f270381781",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fc43353-cbf7-4dea-9f37-a0e100625bf5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:13.107639-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Gonzaga",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Gonzaga",
                "amount": 8938.0
            },
            {
                "team": "Grand Canyon",
                "amount": 1062.0
            }
        ],
        "expected_reward_tokens": 9473.04,
        "profit_sb": -26.96,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "c896497c-1c16-4d9a-9eb5-5ba6a1938221",
            "gambit_id": "fa9c2a5d-9ad8-45f1-a2c2-27409893e962",
            "last_updated": "2023-03-18T11:37:36.342699-04:00",
            "created_at": "2023-03-14T19:52:13.109223-04:00",
            "name": "Gonzaga",
            "reward": "1.06000",
            "odds": "1.05880",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b499f4c9-a35c-4eab-be66-97f270381781/?format=api"
        },
        {
            "id": "55cb9eab-e0d8-4006-b4b1-9eb1580ce746",
            "gambit_id": "e16f347d-aafe-46dd-b7cb-43fe05894205",
            "last_updated": "2023-03-18T11:37:36.344434-04:00",
            "created_at": "2023-03-14T19:52:13.111277-04:00",
            "name": "Grand Canyon",
            "reward": "8.92000",
            "odds": "9.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b499f4c9-a35c-4eab-be66-97f270381781/?format=api"
        }
    ]
}