GET /api/bet_types/b5a2d1ed-6c13-4bb1-aead-afe3ecfecddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5a2d1ed-6c13-4bb1-aead-afe3ecfecddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7a88151-c4ac-4297-a4a6-722066201096/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T09:27:59.406055-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": "TAM (T Glasnow)",
                "amount": 5914.0
            },
            {
                "team": "TEX (J Montgomery)",
                "amount": 4086.0
            }
        ],
        "expected_reward_tokens": 9520.38,
        "profit_sb": 20.38,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "da35cc2f-cf86-4762-84ec-845409930a89",
            "gambit_id": "2004e6bd-04ff-42b3-9448-30b679249dbc",
            "last_updated": "2023-10-04T10:03:19.556276-04:00",
            "created_at": "2023-10-03T09:27:59.415455-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5a2d1ed-6c13-4bb1-aead-afe3ecfecddf/?format=api"
        },
        {
            "id": "ad173521-cbc1-4cd9-9832-347fdbf7abeb",
            "gambit_id": "871a68d3-82df-4270-ae18-63454a6ada1c",
            "last_updated": "2023-10-04T10:03:19.552726-04:00",
            "created_at": "2023-10-03T09:27:59.411052-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5a2d1ed-6c13-4bb1-aead-afe3ecfecddf/?format=api"
        }
    ]
}