GET /api/bet_types/1871c342-3f76-45f9-9fe8-a11671169e5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1871c342-3f76-45f9-9fe8-a11671169e5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7054e9e-0c2d-44e4-9a61-1a412581fb34/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:05.168339-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": "Vancouver Canucks",
                "amount": 7106.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa80e4e8-a9b6-4821-9f60-ef9f3404b089",
            "gambit_id": "69e46989-17b1-4901-ae7c-d187062c518b",
            "last_updated": "2023-11-26T12:28:24.468369-05:00",
            "created_at": "2023-11-25T09:23:05.172791-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1871c342-3f76-45f9-9fe8-a11671169e5e/?format=api"
        },
        {
            "id": "1499f8ce-fce8-4239-a7b1-e3834118d4c4",
            "gambit_id": "dcde4fae-cca5-4c66-8dde-0085ff0a6ceb",
            "last_updated": "2023-11-26T12:28:24.471697-05:00",
            "created_at": "2023-11-25T09:23:05.176740-05:00",
            "name": "San Jose Sharks",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1871c342-3f76-45f9-9fe8-a11671169e5e/?format=api"
        }
    ]
}