GET /api/bet_types/931ac1a4-6d28-4d54-a594-4720e9e467c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "931ac1a4-6d28-4d54-a594-4720e9e467c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3716421-c1b8-4319-9051-c8239ec28cc7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:01.456083-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": 5776.0
            },
            {
                "team": "LAA (C Silseth)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "2556440a-0842-418a-a026-a1057dc665a0",
            "gambit_id": "017f493e-ec82-450e-b7a2-86620396c003",
            "last_updated": "2023-08-21T11:08:27.262011-04:00",
            "created_at": "2023-08-19T09:28:01.460670-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/931ac1a4-6d28-4d54-a594-4720e9e467c9/?format=api"
        },
        {
            "id": "519a7d89-2e0a-49af-a669-e5c03d53f619",
            "gambit_id": "1d57ca3d-ea4d-433b-82dd-d867ec221703",
            "last_updated": "2023-08-21T11:08:27.265704-04:00",
            "created_at": "2023-08-19T09:28:01.466487-04:00",
            "name": "LAA (C Silseth)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/931ac1a4-6d28-4d54-a594-4720e9e467c9/?format=api"
        }
    ]
}