GET /api/bet_types/0c09ff78-8696-48a1-a7a7-90ddf963bfb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c09ff78-8696-48a1-a7a7-90ddf963bfb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/623ca16e-384d-444a-95d1-c8739e5a9294/?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 Over 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f73c19a-1b26-49a8-b879-eddb3f51a776",
            "gambit_id": "04ea6bd4-bb50-4b1e-9c7e-4651176a7892",
            "last_updated": "2022-11-08T10:57:02.955475-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c09ff78-8696-48a1-a7a7-90ddf963bfb8/?format=api"
        },
        {
            "id": "3848b0e2-ffef-49a9-9b69-8ea876315ab4",
            "gambit_id": "2b79ec44-3c0a-47b3-9813-17680bbded71",
            "last_updated": "2022-11-08T10:57:02.954384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c09ff78-8696-48a1-a7a7-90ddf963bfb8/?format=api"
        }
    ]
}