GET /api/bet_types/7efcddff-51c5-4064-990f-a5b16df7dd8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7efcddff-51c5-4064-990f-a5b16df7dd8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e976de7b-a639-4997-8f62-c2498caf3d69/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:58.189083-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": "Chicago Blackhawks",
                "amount": 5292.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "10777247-38dc-474a-a337-df8d7b229073",
            "gambit_id": "cc85824c-a851-4fcc-b1da-b06fb94d7606",
            "last_updated": "2023-01-16T10:02:22.795329-05:00",
            "created_at": "2023-01-14T08:26:58.191970-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efcddff-51c5-4064-990f-a5b16df7dd8d/?format=api"
        },
        {
            "id": "00479a8a-75d2-4cdd-b5c4-beefd0a9de48",
            "gambit_id": "7af26e25-ec13-4fb2-9e14-b0cafa5f3f53",
            "last_updated": "2023-01-16T10:02:22.798536-05:00",
            "created_at": "2023-01-14T08:26:58.195095-05:00",
            "name": "Seattle Kraken",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efcddff-51c5-4064-990f-a5b16df7dd8d/?format=api"
        }
    ]
}