GET /api/bet_types/a05590cb-9599-4d7e-aef3-52877f37996d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a05590cb-9599-4d7e-aef3-52877f37996d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8c4d20-f6aa-45ff-b265-15b8823361f9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:38:25.233711-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1eedf07-aed2-453f-ac73-0942bd4533d9",
            "gambit_id": "3aaeef16-e267-4abc-b773-beb77d047590",
            "last_updated": "2023-07-06T12:23:19.365677-04:00",
            "created_at": "2023-07-05T08:38:25.238274-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a05590cb-9599-4d7e-aef3-52877f37996d/?format=api"
        },
        {
            "id": "98c1c9f6-40b5-4652-b828-de5ae48ed9d6",
            "gambit_id": "2bebd8cd-7103-4a04-95e1-86aae7139f0a",
            "last_updated": "2023-07-06T12:23:19.364318-04:00",
            "created_at": "2023-07-05T08:38:25.236091-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a05590cb-9599-4d7e-aef3-52877f37996d/?format=api"
        }
    ]
}