GET /api/bet_types/55e670ae-2030-4d44-8362-ebb37ffe2541/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55e670ae-2030-4d44-8362-ebb37ffe2541",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4db4cf4-5292-415d-8ab3-20be17f40c15/?format=api",
    "name": "Pick the Winner",
    "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": "Vegas Golden Knights",
                "amount": 5660.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b959abc-9376-4568-8b70-e1b2d2321d12",
            "gambit_id": "931c9a80-9cb4-4224-b566-266374391ad2",
            "last_updated": "2022-11-04T09:22:47.487887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e670ae-2030-4d44-8362-ebb37ffe2541/?format=api"
        },
        {
            "id": "15f616a0-3b97-4cc8-a57a-b073317f1808",
            "gambit_id": "8a8b1069-b462-4109-b138-c28ae531314c",
            "last_updated": "2022-11-04T09:22:47.486955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e670ae-2030-4d44-8362-ebb37ffe2541/?format=api"
        }
    ]
}