GET /api/bet_types/64466911-1b31-4b56-91d2-8183aabb98db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64466911-1b31-4b56-91d2-8183aabb98db",
    "match": "https://api-prod.gambitprofit.com/api/matches/df1226af-afa0-4c94-ac6a-975ca56a2f1d/?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 67",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd03ade6-6551-4938-b9c4-5e0f33fea614",
            "gambit_id": "800d54ae-5837-4a91-927e-a60dd6e4b4ae",
            "last_updated": "2022-09-25T21:12:20.549847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64466911-1b31-4b56-91d2-8183aabb98db/?format=api"
        },
        {
            "id": "2b892c97-323f-465f-9819-2718632dd386",
            "gambit_id": "6c840757-504e-4eb7-8479-3ed910524f03",
            "last_updated": "2022-09-25T21:12:20.550991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64466911-1b31-4b56-91d2-8183aabb98db/?format=api"
        }
    ]
}