GET /api/bet_types/9e247040-4112-4481-9a26-99cd3bb8a6c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e247040-4112-4481-9a26-99cd3bb8a6c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1919f0b4-f6a4-4e8d-8046-3e5aa6fe4133/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:11:59.809185-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": "MIA (E Cabrera)",
                "amount": 5000.0
            },
            {
                "team": "SFO (A Wood)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "92339c54-6759-4c16-bd93-622f87ed9f56",
            "gambit_id": "672b3ac8-f088-4dec-95e0-abc7df92bf50",
            "last_updated": "2023-04-19T17:22:14.515786-04:00",
            "created_at": "2023-04-18T12:11:59.811135-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e247040-4112-4481-9a26-99cd3bb8a6c2/?format=api"
        },
        {
            "id": "78159ae2-2691-456d-8a5d-5fd0515049c9",
            "gambit_id": "1f768ed8-26c6-4e5f-9bb7-e97708d0a743",
            "last_updated": "2023-04-19T17:22:14.524933-04:00",
            "created_at": "2023-04-18T12:11:59.813178-04:00",
            "name": "SFO (A Wood)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e247040-4112-4481-9a26-99cd3bb8a6c2/?format=api"
        }
    ]
}