GET /api/bet_types/020b1f1d-23be-4dc1-bca1-a03f08622c48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "020b1f1d-23be-4dc1-bca1-a03f08622c48",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a7a5ab6-3945-4b82-a027-46ae1cbfa821/?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": "Memphis Grizzlies",
                "amount": 5106.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "890db8ac-c822-45b6-887d-1a06ae6d4a85",
            "gambit_id": "561ee686-ba42-4e03-9ecb-752849ac6398",
            "last_updated": "2022-10-25T10:02:20.133706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/020b1f1d-23be-4dc1-bca1-a03f08622c48/?format=api"
        },
        {
            "id": "ce334f48-030b-4170-80ea-6db61521e7fb",
            "gambit_id": "30ecc315-41b8-4538-acc6-ae2e43beb2da",
            "last_updated": "2022-10-25T10:02:20.134703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/020b1f1d-23be-4dc1-bca1-a03f08622c48/?format=api"
        }
    ]
}