GET /api/bet_types/2a07cd23-0112-45dc-bcc2-d9277fe95e75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a07cd23-0112-45dc-bcc2-d9277fe95e75",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ed0c8d-4635-445a-98a8-90257ae33b3a/?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": "HOU (J Verlander)",
                "amount": 6636.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 3364.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf467aac-a204-45fd-8bb0-0c9be283bd4a",
            "gambit_id": "a3e9a0f8-cb95-419d-a38e-7295b578837b",
            "last_updated": "2022-10-12T10:16:59.131759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a07cd23-0112-45dc-bcc2-d9277fe95e75/?format=api"
        },
        {
            "id": "283b8066-7f4a-430e-9039-3e41ecbbbba5",
            "gambit_id": "295caf0f-bfa2-4a27-a6a9-4d02edf44ad9",
            "last_updated": "2022-10-12T10:16:59.130682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Gilbert)",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a07cd23-0112-45dc-bcc2-d9277fe95e75/?format=api"
        }
    ]
}