GET /api/bet_types/e0f46602-9006-49cd-b882-f03232202fda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0f46602-9006-49cd-b882-f03232202fda",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a4afc4-ee0c-4442-9386-7fee31320e90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-16T10:23:22.624701-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",
                "amount": 6390.0
            },
            {
                "team": "SFO",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a53c051-8e24-4b91-997e-5bcf3bf67510",
            "gambit_id": "e54e6d23-844c-4bdd-a564-2f4b573f0216",
            "last_updated": "2023-08-18T10:18:05.744455-04:00",
            "created_at": "2023-08-16T10:23:22.631554-04:00",
            "name": "TAM",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f46602-9006-49cd-b882-f03232202fda/?format=api"
        },
        {
            "id": "494b18ed-f687-4aa3-9217-51a5db57704d",
            "gambit_id": "8534c376-8e10-478f-b7e9-e8c148517529",
            "last_updated": "2023-08-18T10:18:05.748348-04:00",
            "created_at": "2023-08-16T10:23:22.640184-04:00",
            "name": "SFO",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f46602-9006-49cd-b882-f03232202fda/?format=api"
        }
    ]
}