GET /api/bet_types/a227de35-d6bf-4b09-9409-a93ab0089507/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a227de35-d6bf-4b09-9409-a93ab0089507",
    "match": "https://api-prod.gambitprofit.com/api/matches/e25626c9-a755-4e59-b9c9-0190e2d36f72/?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": "Utah",
                "amount": 5000.0
            },
            {
                "team": "UCLA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d8ff798-f2e5-45c9-a441-3faac476eef1",
            "gambit_id": "95922371-78db-4826-ac80-5cd701cf73b2",
            "last_updated": "2022-10-11T11:02:35.481143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a227de35-d6bf-4b09-9409-a93ab0089507/?format=api"
        },
        {
            "id": "0cbd77a4-5f03-4051-b308-18b07d963c12",
            "gambit_id": "fec4f33a-be0e-4843-b479-ba7466c4562c",
            "last_updated": "2022-10-11T11:02:35.480001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a227de35-d6bf-4b09-9409-a93ab0089507/?format=api"
        }
    ]
}