GET /api/bet_types/ef477e07-a450-4bed-89f8-1b6132494ce9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef477e07-a450-4bed-89f8-1b6132494ce9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3956b60-27c6-4155-8927-dcda1bde9275/?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 58",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "141448b7-e034-4a5c-b692-3d0fb8d56776",
            "gambit_id": "2742c027-36d0-4bd7-b1a3-e48823bd88f1",
            "last_updated": "2022-12-22T10:02:15.863508-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef477e07-a450-4bed-89f8-1b6132494ce9/?format=api"
        },
        {
            "id": "0001aad3-9cd2-46b6-8a75-bfeb28541f27",
            "gambit_id": "ea3a50aa-79a0-4490-a92a-029a4ebd7507",
            "last_updated": "2022-12-22T10:02:15.864687-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef477e07-a450-4bed-89f8-1b6132494ce9/?format=api"
        }
    ]
}