GET /api/bet_types/c38899de-5dba-4b3c-9d1f-4d244dceff76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c38899de-5dba-4b3c-9d1f-4d244dceff76",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0119ff-7177-49b5-966d-7f718f06d086/?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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "33a53313-b437-4c1f-bdf8-33fbe3a10c24",
            "gambit_id": "fccfbd15-73ff-4336-ae5d-71c166a9a6df",
            "last_updated": "2022-12-08T13:02:14.482547-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38899de-5dba-4b3c-9d1f-4d244dceff76/?format=api"
        },
        {
            "id": "85c98fc9-235b-4fac-84bb-c952cb53555c",
            "gambit_id": "53914dbb-c1b7-47a6-aebb-c0365a70ea2a",
            "last_updated": "2022-12-08T13:02:14.481459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38899de-5dba-4b3c-9d1f-4d244dceff76/?format=api"
        }
    ]
}