GET /api/bet_types/4ba06fa7-4551-4ec6-bb31-4b6d7a36bd5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ba06fa7-4551-4ec6-bb31-4b6d7a36bd5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/88e38d6b-8796-41ea-bd19-3d65b79d7328/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T09:42:10.466537-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": "HOU (F Valdez)",
                "amount": 6182.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4671740-755e-4332-8a21-35baa44039d6",
            "gambit_id": "513578fe-fd76-408f-be1c-150536b1d783",
            "last_updated": "2023-06-08T17:08:08.764516-04:00",
            "created_at": "2023-06-01T09:42:10.472927-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba06fa7-4551-4ec6-bb31-4b6d7a36bd5e/?format=api"
        },
        {
            "id": "e03182c8-d60c-4fbf-88fe-e4ae35b85a5f",
            "gambit_id": "9ebaabb8-2bf8-4a13-8af9-ce81b67c09cc",
            "last_updated": "2023-06-08T17:08:08.762199-04:00",
            "created_at": "2023-06-01T09:42:10.470136-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba06fa7-4551-4ec6-bb31-4b6d7a36bd5e/?format=api"
        }
    ]
}