GET /api/bet_types/7b066420-09ac-4789-9b69-69769544d2e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b066420-09ac-4789-9b69-69769544d2e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bf06762-7cd6-407d-bb0b-3584110556ae/?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 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb514eb2-daf5-48cd-8a6d-6b72f248762e",
            "gambit_id": "029917d9-66d4-450b-a526-a0476190f435",
            "last_updated": "2022-11-28T10:12:09.013647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b066420-09ac-4789-9b69-69769544d2e3/?format=api"
        },
        {
            "id": "edac947d-1924-4ab8-9bac-26870c0e3eb1",
            "gambit_id": "0c510fe5-2965-40aa-853e-65e0f40255d6",
            "last_updated": "2022-11-28T10:12:09.009565-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b066420-09ac-4789-9b69-69769544d2e3/?format=api"
        }
    ]
}