GET /api/bet_types/3fdbd279-45ce-4b4e-835c-c171bfbcfbea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fdbd279-45ce-4b4e-835c-c171bfbcfbea",
    "match": "https://api-prod.gambitprofit.com/api/matches/debfe789-7f44-4c13-93d1-b23a333eed14/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:15.063095-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": "NYM (K Senga)",
                "amount": 6627.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "95437be3-36a9-485b-b4f1-7a1060f8c4db",
            "gambit_id": "3cd42e0d-a0ee-432b-b378-0355f24033b2",
            "last_updated": "2023-04-15T15:32:01.408351-04:00",
            "created_at": "2023-04-14T12:02:15.066407-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdbd279-45ce-4b4e-835c-c171bfbcfbea/?format=api"
        },
        {
            "id": "c523a486-620f-451b-89c9-69690a0e95d9",
            "gambit_id": "65e541fb-bf7f-4921-8608-e37b6ac65a66",
            "last_updated": "2023-04-15T15:32:01.406153-04:00",
            "created_at": "2023-04-14T12:02:15.064726-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdbd279-45ce-4b4e-835c-c171bfbcfbea/?format=api"
        }
    ]
}