GET /api/bet_types/47c3a7e0-34c8-4844-9494-13998f9813f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47c3a7e0-34c8-4844-9494-13998f9813f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/db9360cf-5e10-48a9-a27a-dba1e34e3acc/?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": "SFO (C Rodon)",
                "amount": 5321.0
            },
            {
                "team": "SDG (M Clevinger)",
                "amount": 4679.0
            }
        ],
        "expected_reward_tokens": 9311.21,
        "profit_sb": 311.21,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d5be652-9415-4869-ad25-a940090891ce",
            "gambit_id": "ed5ded10-c224-4652-ace0-843d90b93e95",
            "last_updated": "2022-08-30T09:37:15.312327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (C Rodon)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47c3a7e0-34c8-4844-9494-13998f9813f6/?format=api"
        },
        {
            "id": "59ac5168-0b40-462b-a05a-e1c3978c8a8c",
            "gambit_id": "0c62d66f-fe26-4113-8dd2-3ff6d5c9f21f",
            "last_updated": "2022-08-30T09:37:15.312768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47c3a7e0-34c8-4844-9494-13998f9813f6/?format=api"
        }
    ]
}