GET /api/bet_types/006f20e6-2196-4578-9d87-e7b5c8d9e035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "006f20e6-2196-4578-9d87-e7b5c8d9e035",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b81720-c1c7-4442-a64d-0360aa86039c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:57.017835-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": "Anaheim Ducks",
                "amount": 5000.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "07c96a20-65cc-4ca5-b825-6f8b5003f4ca",
            "gambit_id": "075d9915-b0de-4fab-896d-b4cb62b55990",
            "last_updated": "2023-12-06T22:03:03.198180-05:00",
            "created_at": "2023-12-05T08:52:57.021383-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/006f20e6-2196-4578-9d87-e7b5c8d9e035/?format=api"
        },
        {
            "id": "0368a2e4-233a-4c07-8fbe-d75eb2dddcf1",
            "gambit_id": "f2bc2794-2b5a-4dee-b4dc-11d71413b3f8",
            "last_updated": "2023-12-06T22:03:03.201501-05:00",
            "created_at": "2023-12-05T08:52:57.027215-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/006f20e6-2196-4578-9d87-e7b5c8d9e035/?format=api"
        }
    ]
}