GET /api/bet_types/6c58731a-edf2-4b07-9479-51905546e4b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c58731a-edf2-4b07-9479-51905546e4b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/816f7bbb-788d-4697-aeed-3e009fdd0bb9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:01.855483-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": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0423bb01-781a-4289-9bfc-64f9ceba1665",
            "gambit_id": "ed847786-5a88-4332-9b4f-51a5e831a3f1",
            "last_updated": "2023-02-28T12:37:08.283879-05:00",
            "created_at": "2023-02-27T10:17:01.856759-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c58731a-edf2-4b07-9479-51905546e4b9/?format=api"
        },
        {
            "id": "3d2c181f-b4b9-45b2-9ee1-8ecf15895fbb",
            "gambit_id": "a5084d83-1719-44a4-9dce-70f241de0210",
            "last_updated": "2023-02-28T12:37:08.285101-05:00",
            "created_at": "2023-02-27T10:17:01.858049-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c58731a-edf2-4b07-9479-51905546e4b9/?format=api"
        }
    ]
}