GET /api/bet_types/06f4a1cb-9d45-400a-b1a6-d0966efb6885/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06f4a1cb-9d45-400a-b1a6-d0966efb6885",
    "match": "https://api-prod.gambitprofit.com/api/matches/caf98fa4-f25d-40f0-92cf-9c72abda167a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:16.644017-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": "San Francisco 49ers",
                "amount": 7280.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bc04ebc-ca56-41e5-8f67-d96928698063",
            "gambit_id": "d5fda50e-1290-4812-a761-3e97e525560b",
            "last_updated": "2023-11-24T10:23:22.761828-05:00",
            "created_at": "2023-11-22T09:13:16.647560-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f4a1cb-9d45-400a-b1a6-d0966efb6885/?format=api"
        },
        {
            "id": "207befc6-6448-4743-a960-47169962f981",
            "gambit_id": "eb8b8077-c82d-4063-a159-b5b0f2cb5a3a",
            "last_updated": "2023-11-24T10:23:22.766462-05:00",
            "created_at": "2023-11-22T09:13:16.652446-05:00",
            "name": "Seattle Seahawks",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f4a1cb-9d45-400a-b1a6-d0966efb6885/?format=api"
        }
    ]
}