GET /api/bet_types/d70e6b7b-2e53-4a11-a0d8-b2e164de4387/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d70e6b7b-2e53-4a11-a0d8-b2e164de4387",
    "match": "https://api-prod.gambitprofit.com/api/matches/00101007-c775-4545-a65a-47eeb4750868/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:21.637305-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": 6173.0
            },
            {
                "team": "NYY (M King)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "d26d7884-98bc-4591-8246-eabf45955fba",
            "gambit_id": "a41cab2a-c5e3-434c-8109-e4e44fa62c75",
            "last_updated": "2023-09-27T18:53:10.311991-04:00",
            "created_at": "2023-09-26T08:58:21.646140-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70e6b7b-2e53-4a11-a0d8-b2e164de4387/?format=api"
        },
        {
            "id": "a7a752a0-452c-4e7c-b08e-175a5b1b8773",
            "gambit_id": "d116f2de-a495-4543-9bf9-b2983bca247e",
            "last_updated": "2023-09-27T18:53:10.308495-04:00",
            "created_at": "2023-09-26T08:58:21.641644-04:00",
            "name": "NYY (M King)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70e6b7b-2e53-4a11-a0d8-b2e164de4387/?format=api"
        }
    ]
}