GET /api/bet_types/cfdd7946-85cc-426b-9638-3acff078033c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfdd7946-85cc-426b-9638-3acff078033c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b69bcad2-ffb6-49f6-b39c-4ffe85981ebb/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4af92222-ddff-4eb6-9dc3-7ea1dd46bc20",
            "gambit_id": "3178d043-438c-4bda-98d2-073d1fdc9556",
            "last_updated": "2022-12-09T10:02:14.760208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfdd7946-85cc-426b-9638-3acff078033c/?format=api"
        },
        {
            "id": "426ffb25-5634-4a34-b5f0-4eaa853218a6",
            "gambit_id": "b29366f7-1786-494a-8fc3-17d081ce363a",
            "last_updated": "2022-12-09T10:02:14.759208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfdd7946-85cc-426b-9638-3acff078033c/?format=api"
        }
    ]
}