GET /api/bet_types/13b8e9fd-0e8f-4d3e-b612-052658c09c2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13b8e9fd-0e8f-4d3e-b612-052658c09c2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/663e3aed-8dc2-4e26-8ccf-29bffef374ab/?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": "TAM (C Kluber)",
                "amount": 6328.0
            },
            {
                "team": "DET (B Garcia)",
                "amount": 3672.0
            }
        ],
        "expected_reward_tokens": 9363.6,
        "profit_sb": 363.6,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "32dbfbff-e6ea-495a-9eb6-5b2347a65e24",
            "gambit_id": "48024517-e097-4468-b7ec-c022da019398",
            "last_updated": "2022-08-06T10:57:03.646290-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b8e9fd-0e8f-4d3e-b612-052658c09c2a/?format=api"
        },
        {
            "id": "089e33a0-3695-46d3-8771-caa99ae10ad6",
            "gambit_id": "938630a6-cd9b-4afc-8ea8-4a40abf1f9b9",
            "last_updated": "2022-08-06T10:57:03.645808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (B Garcia)",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b8e9fd-0e8f-4d3e-b612-052658c09c2a/?format=api"
        }
    ]
}