GET /api/bet_types/9a6d08e4-c2e9-40f0-9351-17c4db6b1c39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a6d08e4-c2e9-40f0-9351-17c4db6b1c39",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ededed-f2bd-482b-8351-e6b801147d45/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:00.736047-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": "Dallas Stars",
                "amount": 5000.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f0e7c02-2b1b-4d1f-80ed-8212728a68e8",
            "gambit_id": "e654b2a9-9df8-4773-bad1-3d9119b0a85f",
            "last_updated": "2023-03-29T10:57:16.959999-04:00",
            "created_at": "2023-03-28T10:07:00.739070-04:00",
            "name": "Dallas Stars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6d08e4-c2e9-40f0-9351-17c4db6b1c39/?format=api"
        },
        {
            "id": "09abc622-70cd-47d6-ac3d-bd592b7eb0f6",
            "gambit_id": "170ea8bc-9123-4ef8-9ccf-66d424c4542f",
            "last_updated": "2023-03-29T10:57:16.957350-04:00",
            "created_at": "2023-03-28T10:07:00.737472-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6d08e4-c2e9-40f0-9351-17c4db6b1c39/?format=api"
        }
    ]
}