GET /api/bet_types/986b46d0-c4a1-4bf8-81a2-50e7875ac921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "986b46d0-c4a1-4bf8-81a2-50e7875ac921",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c433029-32dc-4769-bb0e-3d5c9a513149/?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": "CWS",
                "amount": 6047.0
            },
            {
                "team": "SEA",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": 250.02,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c270c0c-64af-41fc-ae4b-58ef6f10a287",
            "gambit_id": "e838213e-080d-4273-8e68-c3520bfa2f0b",
            "last_updated": "2022-09-07T09:42:26.129691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986b46d0-c4a1-4bf8-81a2-50e7875ac921/?format=api"
        },
        {
            "id": "2a5185b9-5fba-4429-a7af-0d8653b12dd9",
            "gambit_id": "f863cccd-496a-4f1c-98c4-32d7a961170c",
            "last_updated": "2022-09-07T09:42:26.128740-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986b46d0-c4a1-4bf8-81a2-50e7875ac921/?format=api"
        }
    ]
}