GET /api/bet_types/7c3286a9-bb3a-4c1f-84a2-b05da6aaa3bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c3286a9-bb3a-4c1f-84a2-b05da6aaa3bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a72de2b-5d20-4068-81a0-19b0c1f80790/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9cca1c4-b71c-4274-bc79-9fe31b32b1ce",
            "gambit_id": "98945c93-7dfd-4924-8cec-6cc527699c46",
            "last_updated": "2022-12-13T10:12:00.002013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3286a9-bb3a-4c1f-84a2-b05da6aaa3bd/?format=api"
        },
        {
            "id": "1b88643f-2837-471d-9a0e-b0b673bbb70d",
            "gambit_id": "28d0f55d-2983-4eb8-b1a1-392230b678c1",
            "last_updated": "2022-12-13T10:11:59.999848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3286a9-bb3a-4c1f-84a2-b05da6aaa3bd/?format=api"
        }
    ]
}