GET /api/bet_types/a3c527a2-f491-47f1-86a4-ee0ef7e160c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3c527a2-f491-47f1-86a4-ee0ef7e160c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4db4cf4-5292-415d-8ab3-20be17f40c15/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Ottawa Senators",
                "amount": 6345.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "db134c9c-5cb6-4570-95e4-5e0592f21547",
            "gambit_id": "780c416b-5cc8-446f-868f-911c62b84d9e",
            "last_updated": "2022-11-04T09:22:47.484107-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3c527a2-f491-47f1-86a4-ee0ef7e160c8/?format=api"
        },
        {
            "id": "ffae4fff-45cc-4611-9560-e5142debfad8",
            "gambit_id": "7677bd78-41c9-4019-8766-c07f5564695d",
            "last_updated": "2022-11-04T09:22:47.485061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3c527a2-f491-47f1-86a4-ee0ef7e160c8/?format=api"
        }
    ]
}