GET /api/bet_types/c21c4a5f-aa37-45e2-a716-35d1f0d5c342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c21c4a5f-aa37-45e2-a716-35d1f0d5c342",
    "match": "https://api-prod.gambitprofit.com/api/matches/509acf30-8ba2-4c70-a366-3268062d5cbb/?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": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "db8598f0-19de-4d9a-96f4-8fb6f1914e1b",
            "gambit_id": "f2751ac9-c87f-463e-9209-011310d44fc9",
            "last_updated": "2022-12-07T09:32:29.661933-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21c4a5f-aa37-45e2-a716-35d1f0d5c342/?format=api"
        },
        {
            "id": "9a48d2e8-eba9-46b9-9eeb-82fc6ac3736c",
            "gambit_id": "22b8e0b6-2506-4004-b615-987429b5a4e2",
            "last_updated": "2022-12-07T09:32:29.660926-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21c4a5f-aa37-45e2-a716-35d1f0d5c342/?format=api"
        }
    ]
}