GET /api/bet_types/d39a3b60-ae15-482f-bc4d-6a645632fbe5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d39a3b60-ae15-482f-bc4d-6a645632fbe5",
    "match": "https://api-prod.gambitprofit.com/api/matches/38a6be2c-bdcb-4aba-ac02-99f93a448202/?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": "Ence Esports",
                "amount": 5129.0
            },
            {
                "team": "Astralis",
                "amount": 4871.0
            }
        ],
        "expected_reward_tokens": 8719.09,
        "profit_sb": -280.91,
        "profit_sb_percentage": -3.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cd17f29-021b-4abc-bf8a-0718a0782016",
            "gambit_id": "aba219b9-ff09-4ea1-a97b-b9c771e1b73a",
            "last_updated": "2022-09-19T09:52:23.396707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ence Esports",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d39a3b60-ae15-482f-bc4d-6a645632fbe5/?format=api"
        },
        {
            "id": "ffb56cfc-9fe7-432a-b2bd-0313879641c0",
            "gambit_id": "457929f4-4979-48d7-a926-c2343c731332",
            "last_updated": "2022-09-19T09:52:23.395346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "1.79000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d39a3b60-ae15-482f-bc4d-6a645632fbe5/?format=api"
        }
    ]
}