GET /api/bet_types/d4db8227-8fd7-4aed-8ae4-18acad738a41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4db8227-8fd7-4aed-8ae4-18acad738a41",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?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 12",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1d88b13-9c87-442f-8ef8-39e8ef932d3e",
            "gambit_id": "61cb6362-5444-4055-bd06-44fe7a836a53",
            "last_updated": "2022-08-13T10:47:07.307833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 12",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4db8227-8fd7-4aed-8ae4-18acad738a41/?format=api"
        },
        {
            "id": "08f32d57-6b48-4628-a514-d61ee5e53000",
            "gambit_id": "615702ea-d62e-4b61-9871-a672f4e9d042",
            "last_updated": "2022-08-13T10:47:07.308336-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 12",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4db8227-8fd7-4aed-8ae4-18acad738a41/?format=api"
        }
    ]
}