GET /api/bet_types/1c406fd8-75b8-41ca-84ed-7c93c33359f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c406fd8-75b8-41ca-84ed-7c93c33359f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b55b356-18cc-47df-9b70-5e89bd35b638/?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": "NC State",
                "amount": 5106.0
            },
            {
                "team": "Syracuse",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "50580cb4-b4db-4f19-adee-5e4016e6e443",
            "gambit_id": "f598e147-4677-43b5-9709-47a60fae5ebb",
            "last_updated": "2022-10-17T09:37:01.425141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c406fd8-75b8-41ca-84ed-7c93c33359f1/?format=api"
        },
        {
            "id": "d8db2c41-ba25-450c-b86f-92ff93687ae7",
            "gambit_id": "fa81ffde-c004-451c-9338-5870efd32b59",
            "last_updated": "2022-10-17T09:37:01.424212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c406fd8-75b8-41ca-84ed-7c93c33359f1/?format=api"
        }
    ]
}