GET /api/bet_types/df2ddeaa-84e0-493c-a994-dd0f627cd66f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df2ddeaa-84e0-493c-a994-dd0f627cd66f",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d6e9da-e833-4d7f-bf5e-7833441af2f5/?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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "Washington State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f4cb33a-e6d7-4f4d-b3a5-f073a6c8b9b5",
            "gambit_id": "15b04431-ca37-42c5-bfdb-cee8b4a5a604",
            "last_updated": "2022-11-21T11:58:30.762793-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2ddeaa-84e0-493c-a994-dd0f627cd66f/?format=api"
        },
        {
            "id": "f74f817d-374a-4522-a9ef-8199902d7788",
            "gambit_id": "02de1599-6dd2-43df-8839-42365cba223d",
            "last_updated": "2022-11-21T11:58:30.763952-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2ddeaa-84e0-493c-a994-dd0f627cd66f/?format=api"
        }
    ]
}