GET /api/bet_types/db234c09-d8b5-4577-a032-1665ed9bce35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db234c09-d8b5-4577-a032-1665ed9bce35",
    "match": "https://api-prod.gambitprofit.com/api/matches/454d26cc-ac82-42de-b88b-4e935b892d79/?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": "San Antonio Spurs",
                "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": "f5977a16-aacd-41e7-aa7b-06996669352d",
            "gambit_id": "5e65cec6-8462-4ada-af59-19db95b732a9",
            "last_updated": "2022-12-03T09:52:34.659207-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db234c09-d8b5-4577-a032-1665ed9bce35/?format=api"
        },
        {
            "id": "02694b91-121f-468f-8d1b-9261c84839f9",
            "gambit_id": "b5dabc46-fb00-40ba-bdac-b8152c50907c",
            "last_updated": "2022-12-03T09:52:34.660174-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db234c09-d8b5-4577-a032-1665ed9bce35/?format=api"
        }
    ]
}