GET /api/bet_types/799fc528-9f25-4179-bf04-22bd1bda1bb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "799fc528-9f25-4179-bf04-22bd1bda1bb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c97e062-b932-4469-95d6-226bcd2f2281/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a58ae9d-2abf-4d7e-b2bc-6413e8c26293",
            "gambit_id": "6557aa1e-2899-4114-9867-82aa2d7ebec5",
            "last_updated": "2022-11-05T09:28:15.715968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799fc528-9f25-4179-bf04-22bd1bda1bb1/?format=api"
        },
        {
            "id": "9c5080a4-4351-4fe0-a6f3-d91176b7e835",
            "gambit_id": "51321a0e-996e-4cb9-a840-bbc737820fd5",
            "last_updated": "2022-11-05T09:28:15.717087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799fc528-9f25-4179-bf04-22bd1bda1bb1/?format=api"
        }
    ]
}