GET /api/bet_types/ad5fd3f8-8447-46f5-b9d5-305b49b1d077/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad5fd3f8-8447-46f5-b9d5-305b49b1d077",
    "match": "https://api-prod.gambitprofit.com/api/matches/469a6291-c0ca-462a-95d0-2cb421e9421f/?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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "f925bb9f-2440-4668-80e1-eac076337d49",
            "gambit_id": "d101f8f7-551c-47a7-9091-599d4bc02b9c",
            "last_updated": "2022-09-12T10:17:25.845664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5fd3f8-8447-46f5-b9d5-305b49b1d077/?format=api"
        },
        {
            "id": "017f319d-c6a7-4a72-85c6-32476984fcf3",
            "gambit_id": "c2c8a439-2aa2-43c2-82aa-4cb9c483eba4",
            "last_updated": "2022-09-12T10:17:25.846726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5fd3f8-8447-46f5-b9d5-305b49b1d077/?format=api"
        }
    ]
}