GET /api/bet_types/0e89f575-9ca1-45f9-bc09-e8249f9d3acc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e89f575-9ca1-45f9-bc09-e8249f9d3acc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e8feb90-89ae-45cd-b1e0-c2be1a092d33/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:02.582721-04: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": "Winnipeg Jets",
                "amount": 6390.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a00a31e1-33d4-49fc-b5ca-601b9ed83908",
            "gambit_id": "d4059537-bb73-4fab-9edc-329c1cc3b362",
            "last_updated": "2023-04-19T20:46:54.384239-04:00",
            "created_at": "2023-04-18T12:12:02.586382-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e89f575-9ca1-45f9-bc09-e8249f9d3acc/?format=api"
        },
        {
            "id": "e92f7783-73ed-4ea5-976b-645d4dbd878f",
            "gambit_id": "f7b7f096-00ad-4b43-a13c-0d4b329ef229",
            "last_updated": "2023-04-19T20:46:54.382083-04:00",
            "created_at": "2023-04-18T12:12:02.584489-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e89f575-9ca1-45f9-bc09-e8249f9d3acc/?format=api"
        }
    ]
}