GET /api/bet_types/ae1234a3-285a-455a-a89c-b4a14cab6c8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1234a3-285a-455a-a89c-b4a14cab6c8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd9f11d-6ec5-4c7a-a7f1-6212b8b43eb5/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "24b545bb-7cb9-4e43-998e-bae50b9b0245",
            "gambit_id": "54880f81-658d-4c0e-946e-b110d738a647",
            "last_updated": "2022-09-18T20:47:17.361747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1234a3-285a-455a-a89c-b4a14cab6c8a/?format=api"
        },
        {
            "id": "9ae0b991-f834-4bed-91a1-fdc997f3ce29",
            "gambit_id": "7e90758e-720d-434f-8d6a-1325ece136d2",
            "last_updated": "2022-09-18T20:47:17.362769-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1234a3-285a-455a-a89c-b4a14cab6c8a/?format=api"
        }
    ]
}