GET /api/bet_types/5d641c3a-0054-4621-8671-2c90657df3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d641c3a-0054-4621-8671-2c90657df3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/c888b64e-ea8e-46c8-8c9d-b4d2addf09fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:52:12.274677-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": "CHC",
                "amount": 5000.0
            },
            {
                "team": "LOS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "97d0c311-1e57-45ac-aad3-717f6195c55d",
            "gambit_id": "c0397e92-c649-47ef-a9f9-7cc7afcf7998",
            "last_updated": "2023-04-22T13:07:16.032316-04:00",
            "created_at": "2023-04-21T12:52:12.276358-04:00",
            "name": "CHC",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d641c3a-0054-4621-8671-2c90657df3af/?format=api"
        },
        {
            "id": "5565bde5-ca8b-4648-b739-671db4a5e035",
            "gambit_id": "489bb7c2-33c9-4e52-a15c-b6999cd96ae1",
            "last_updated": "2023-04-22T13:07:16.034374-04:00",
            "created_at": "2023-04-21T12:52:12.278174-04:00",
            "name": "LOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d641c3a-0054-4621-8671-2c90657df3af/?format=api"
        }
    ]
}