GET /api/bet_types/294f8f46-7df4-4469-956a-e96833c45003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "294f8f46-7df4-4469-956a-e96833c45003",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f29df7-2119-4e3f-bb8f-822b17636d84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:07.809551-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": "Minnesota Wild",
                "amount": 6547.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0ed7f27-421c-4452-9d1e-e1c8b2af86bd",
            "gambit_id": "72a94a60-395c-4338-a57f-67cafe053810",
            "last_updated": "2023-04-27T11:52:04.585385-04:00",
            "created_at": "2023-04-25T11:42:07.813987-04:00",
            "name": "Minnesota Wild",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/294f8f46-7df4-4469-956a-e96833c45003/?format=api"
        },
        {
            "id": "5dfbb4b0-218e-4632-8c9e-5391850a93cc",
            "gambit_id": "d8c1f8d1-893a-4c0b-aade-512ca0f00e72",
            "last_updated": "2023-04-27T11:52:04.583913-04:00",
            "created_at": "2023-04-25T11:42:07.811420-04:00",
            "name": "Dallas Stars",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/294f8f46-7df4-4469-956a-e96833c45003/?format=api"
        }
    ]
}