GET /api/bet_types/e711ad01-35a1-49db-bb2e-533fb2ca612e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e711ad01-35a1-49db-bb2e-533fb2ca612e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e31a8a26-e27e-45f0-b8f6-2e998e43c2e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:17.762740-04: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": "CHC (M Stroman)",
                "amount": 5000.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "c18089c1-e88a-4d96-bf1b-6400907a5ad5",
            "gambit_id": "75fd8189-80c5-4954-a546-39d2ce505a52",
            "last_updated": "2023-04-30T12:47:14.880391-04:00",
            "created_at": "2023-04-28T11:22:17.766462-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e711ad01-35a1-49db-bb2e-533fb2ca612e/?format=api"
        },
        {
            "id": "6f8e703d-f4d3-4964-a233-c60a89744e1f",
            "gambit_id": "90ab7b08-d804-4c97-a76b-e1a42fc5921c",
            "last_updated": "2023-04-30T12:47:14.878408-04:00",
            "created_at": "2023-04-28T11:22:17.764474-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e711ad01-35a1-49db-bb2e-533fb2ca612e/?format=api"
        }
    ]
}