GET /api/bet_types/5e247c26-4dd5-4191-9ca4-ff2933a99014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e247c26-4dd5-4191-9ca4-ff2933a99014",
    "match": "https://api-prod.gambitprofit.com/api/matches/e71c124b-777c-4cdd-86e2-973d022ddd5f/?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": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "Washington",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f28ab8f-8c14-4a46-8c1d-6fd2ea595613",
            "gambit_id": "38037811-b23e-4613-a814-ef5b50d4bfcb",
            "last_updated": "2022-11-14T09:38:42.350017-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e247c26-4dd5-4191-9ca4-ff2933a99014/?format=api"
        },
        {
            "id": "1e82dab5-8f6f-46e1-884d-3b938a9d801c",
            "gambit_id": "e5629f39-61df-439b-8be1-943d0f2af519",
            "last_updated": "2022-11-14T09:38:42.351089-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e247c26-4dd5-4191-9ca4-ff2933a99014/?format=api"
        }
    ]
}