GET /api/bet_types/5ae7388a-a487-4e65-a692-d7ec91a8c308/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ae7388a-a487-4e65-a692-d7ec91a8c308",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1983811-bb97-4ab0-b644-e73e1eb1a985/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T08:43:22.845435-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": "TOR (K Gausman)",
                "amount": 6293.0
            },
            {
                "team": "SFO (R Walker)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2423cf21-d6c5-45cf-958a-85e3e1d23568",
            "gambit_id": "c811e42d-24c7-4ca4-b5b4-bedcac22e0b3",
            "last_updated": "2023-06-28T21:33:07.250083-04:00",
            "created_at": "2023-06-27T08:43:22.851445-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ae7388a-a487-4e65-a692-d7ec91a8c308/?format=api"
        },
        {
            "id": "543499a2-a2f0-4145-98ae-aabc3c18e5ef",
            "gambit_id": "7606d4a2-228f-4d20-9ef1-d0289832e9ac",
            "last_updated": "2023-06-28T21:33:07.248419-04:00",
            "created_at": "2023-06-27T08:43:22.848473-04:00",
            "name": "SFO (R Walker)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ae7388a-a487-4e65-a692-d7ec91a8c308/?format=api"
        }
    ]
}