GET /api/bet_types/b1e74f80-c6da-453b-a069-160905530812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1e74f80-c6da-453b-a069-160905530812",
    "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb3df9a7-ffab-46c0-9792-447654c6af6b",
            "gambit_id": "d9383ce9-9238-467e-b37c-fe0c02c12235",
            "last_updated": "2022-10-20T09:31:58.628750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e74f80-c6da-453b-a069-160905530812/?format=api"
        },
        {
            "id": "407070a1-6cbd-407c-91cc-2e3382464636",
            "gambit_id": "60d39ece-9446-496f-9cd1-593fe9c4d558",
            "last_updated": "2022-10-20T09:31:58.627711-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1e74f80-c6da-453b-a069-160905530812/?format=api"
        }
    ]
}