GET /api/bet_types/9c0cafe9-f9ea-4272-b8b2-5c552ed54cdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c0cafe9-f9ea-4272-b8b2-5c552ed54cdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/929cc8e9-f0b4-43b8-bd6f-f031e01ae3ee/?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": "Vanderbilt",
                "amount": 5000.0
            },
            {
                "team": "Mississippi",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5a5f3c9-0b98-4fca-9073-0995eaacc5a0",
            "gambit_id": "1c9e6715-f484-417d-907b-edc37e2fc43a",
            "last_updated": "2022-10-11T11:17:03.471025-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c0cafe9-f9ea-4272-b8b2-5c552ed54cdc/?format=api"
        },
        {
            "id": "9b663439-4160-4f7c-afa2-c1b2106d73b1",
            "gambit_id": "b9987207-a35b-49e7-9568-368af540ba63",
            "last_updated": "2022-10-11T11:17:03.472104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c0cafe9-f9ea-4272-b8b2-5c552ed54cdc/?format=api"
        }
    ]
}