GET /api/bet_types/2f091cd7-2bff-4df3-9295-eb92d9c06dd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f091cd7-2bff-4df3-9295-eb92d9c06dd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6fb9577-46b0-4df5-970a-cc8985cff016/?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": "CWS (L Lynn)",
                "amount": 5321.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 4679.0
            }
        ],
        "expected_reward_tokens": 9311.21,
        "profit_sb": 311.21,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a6b2fdc-e5d5-4550-acf7-22271217e62b",
            "gambit_id": "e9253a07-b77c-435e-9f13-cbbfb02ca016",
            "last_updated": "2022-08-26T12:57:07.426281-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Lynn)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f091cd7-2bff-4df3-9295-eb92d9c06dd8/?format=api"
        },
        {
            "id": "f58d918b-7c0b-43d7-af3e-539070425897",
            "gambit_id": "711aa022-43bc-4b73-8501-b0ac54a84842",
            "last_updated": "2022-08-26T12:57:07.425814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f091cd7-2bff-4df3-9295-eb92d9c06dd8/?format=api"
        }
    ]
}