GET /api/bet_types/cc8fdb02-0215-44c1-ad76-3c3518c35275/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc8fdb02-0215-44c1-ad76-3c3518c35275",
    "match": "https://api-prod.gambitprofit.com/api/matches/772767f6-7cfa-43dc-85fd-0603b8c82b39/?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": "Buffalo Sabres",
                "amount": 5829.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4c53b3f-ecfb-4d90-858f-35502754acea",
            "gambit_id": "419dc475-3265-4b2a-a564-e7215b744d15",
            "last_updated": "2022-12-03T10:27:33.113675-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc8fdb02-0215-44c1-ad76-3c3518c35275/?format=api"
        },
        {
            "id": "ec673d91-58cd-40a5-8169-e55c7d721731",
            "gambit_id": "ef62c37d-e101-4fd9-a478-3e6f90c27d10",
            "last_updated": "2022-12-03T10:27:33.112548-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc8fdb02-0215-44c1-ad76-3c3518c35275/?format=api"
        }
    ]
}