GET /api/bet_types/b57462a0-3991-4929-a553-19f3e4e9b75c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b57462a0-3991-4929-a553-19f3e4e9b75c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?format=api",
    "name": "Play the Odds",
    "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": "USC",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "673a9c0a-671c-48c5-9ed4-e0f7fd9f8cbc",
            "gambit_id": "58d7ff67-52fc-42ff-927f-c5b3887f1ba9",
            "last_updated": "2022-11-06T16:23:11.197339-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57462a0-3991-4929-a553-19f3e4e9b75c/?format=api"
        },
        {
            "id": "e0c231e7-00b7-4394-badf-9b72fa03532b",
            "gambit_id": "fefec7eb-5e10-4d72-8c19-201de2cfc231",
            "last_updated": "2022-11-06T16:23:11.198292-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b57462a0-3991-4929-a553-19f3e4e9b75c/?format=api"
        }
    ]
}