GET /api/bet_types/36694cb9-9639-46d8-b939-b426f2b67fe3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36694cb9-9639-46d8-b939-b426f2b67fe3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c73bdb6-a07d-4b77-8482-aaed7b0ad333/?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": "Colorado",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f15cac63-3c4a-4f1b-9de1-13b9da546ee8",
            "gambit_id": "5b59ea82-4d87-4f04-816b-d51ceb72a14f",
            "last_updated": "2022-10-17T09:27:38.775061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36694cb9-9639-46d8-b939-b426f2b67fe3/?format=api"
        },
        {
            "id": "8df97b8e-cf94-4730-acfb-74200c0aff89",
            "gambit_id": "04c6a0c8-b011-49cb-9792-c896393ea4d5",
            "last_updated": "2022-10-17T09:27:38.775956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36694cb9-9639-46d8-b939-b426f2b67fe3/?format=api"
        }
    ]
}