GET /api/bet_types/07a20c57-5fc1-4d4f-839f-a58f1641daa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07a20c57-5fc1-4d4f-839f-a58f1641daa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0119ff-7177-49b5-966d-7f718f06d086/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3138c444-3342-45d6-8361-199644f8dde2",
            "gambit_id": "fcd5a5ab-e629-4e96-b3f3-bbcc2ad110c9",
            "last_updated": "2022-12-08T13:02:14.477893-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07a20c57-5fc1-4d4f-839f-a58f1641daa9/?format=api"
        },
        {
            "id": "a9fb0568-32af-4614-9cc7-245d0483ef70",
            "gambit_id": "c28bcb1f-ffcc-413c-bded-0c1b43e2663f",
            "last_updated": "2022-12-08T13:02:14.479134-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07a20c57-5fc1-4d4f-839f-a58f1641daa9/?format=api"
        }
    ]
}