GET /api/bet_types/b8465b8c-3f85-490d-83e7-d4aed862e3d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8465b8c-3f85-490d-83e7-d4aed862e3d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f185047-6077-4178-a063-94034eb80226/?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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "Texas Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc0d1900-dbe3-42ef-be0c-182e2c1c7749",
            "gambit_id": "07f75ede-44be-43a1-946b-748b10c129be",
            "last_updated": "2022-09-11T10:52:28.977241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8465b8c-3f85-490d-83e7-d4aed862e3d3/?format=api"
        },
        {
            "id": "337ee80c-c331-4c52-81df-9126d835b5b4",
            "gambit_id": "29844f13-fc46-4130-a6df-9b96efccddc2",
            "last_updated": "2022-09-11T10:52:28.976215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8465b8c-3f85-490d-83e7-d4aed862e3d3/?format=api"
        }
    ]
}