GET /api/bet_types/27449bcf-3797-4441-9148-e4a182d57aff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27449bcf-3797-4441-9148-e4a182d57aff",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3188cdf-d39f-448c-9831-74badcb92929/?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": "SDG (J Musgrove)",
                "amount": 6152.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 3848.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": 350.64,
        "profit_sb_percentage": 3.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d3175d8-9b33-4079-bc8a-54a742c7c8e5",
            "gambit_id": "a09ed2a5-06ef-44b8-9102-5cb994523f42",
            "last_updated": "2022-08-10T10:06:57.501292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27449bcf-3797-4441-9148-e4a182d57aff/?format=api"
        },
        {
            "id": "a1a558a5-df7d-4519-9b2e-0cb20a55fcb2",
            "gambit_id": "96754ccd-7da1-40f0-90a4-26549db0adbf",
            "last_updated": "2022-08-10T10:06:57.501778-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "2.43000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27449bcf-3797-4441-9148-e4a182d57aff/?format=api"
        }
    ]
}