GET /api/bet_types/9fb587ba-3b03-4442-a5a9-916e5dae5790/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fb587ba-3b03-4442-a5a9-916e5dae5790",
    "match": "https://api-prod.gambitprofit.com/api/matches/735b9293-2e75-4160-981b-a0ef34046380/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:27:02.482041-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0570908-8e2b-4b99-b1f3-c44a0afb52ca",
            "gambit_id": "53a41687-1443-4d4c-8acb-aca78dbb0efa",
            "last_updated": "2023-04-30T15:37:14.203212-04:00",
            "created_at": "2023-04-29T16:27:02.484057-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fb587ba-3b03-4442-a5a9-916e5dae5790/?format=api"
        },
        {
            "id": "d300da26-8b72-47e1-8e38-78b14d2d4f77",
            "gambit_id": "47c41bca-26f1-4bc8-bad7-f706e4d8f7b4",
            "last_updated": "2023-04-30T15:37:14.205581-04:00",
            "created_at": "2023-04-29T16:27:02.486130-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fb587ba-3b03-4442-a5a9-916e5dae5790/?format=api"
        }
    ]
}