GET /api/bet_types/fffb4ade-9e90-4dcf-9680-aeb38ad9adcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fffb4ade-9e90-4dcf-9680-aeb38ad9adcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/faebd09d-f500-42cc-9772-7841ae3ba866/?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": "Detroit Red Wings",
                "amount": 6110.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3890.0
            }
        ],
        "expected_reward_tokens": 9102.6,
        "profit_sb": 102.6,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "72f208e7-9ed4-497b-8bf6-5815a5093d9e",
            "gambit_id": "87e88ee7-fb3f-4ead-9a26-d0eabb5af1e1",
            "last_updated": "2022-12-22T20:42:22.253619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fffb4ade-9e90-4dcf-9680-aeb38ad9adcb/?format=api"
        },
        {
            "id": "4f25f6a0-e983-4c95-95e2-1ff57e210ca7",
            "gambit_id": "a360b8d4-eda3-4cf8-ac92-a3d5e983a24d",
            "last_updated": "2022-12-22T20:42:22.254699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.34000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fffb4ade-9e90-4dcf-9680-aeb38ad9adcb/?format=api"
        }
    ]
}