GET /api/bet_types/53b7f2bc-4dd6-4449-b0b1-54c3fef89812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53b7f2bc-4dd6-4449-b0b1-54c3fef89812",
    "match": "https://api-prod.gambitprofit.com/api/matches/a04dabf9-45b4-4cad-9c8d-c507662c40b2/?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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "226d9a29-1e75-4c48-b8c2-3e07bd504478",
            "gambit_id": "af1d15bc-4387-4c1d-9620-be511024f5bf",
            "last_updated": "2022-09-18T20:47:17.957781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b7f2bc-4dd6-4449-b0b1-54c3fef89812/?format=api"
        },
        {
            "id": "28182a5c-5d93-4387-b074-2512faa9ec87",
            "gambit_id": "a9e09529-dce0-42ed-9fe1-7ea8b320a674",
            "last_updated": "2022-09-18T20:47:17.956717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b7f2bc-4dd6-4449-b0b1-54c3fef89812/?format=api"
        }
    ]
}