GET /api/bet_types/4b60c2df-a2c1-4fe1-9f4a-6331e5be4ac2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b60c2df-a2c1-4fe1-9f4a-6331e5be4ac2",
    "match": "https://api-prod.gambitprofit.com/api/matches/feca6d9f-37a9-444d-b4ed-fa13acf033ee/?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": "Minnesota Wild",
                "amount": 5984.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "438488bc-66bd-4d80-b4d0-b94b9d108613",
            "gambit_id": "255787e8-060b-4596-8673-26d6fea84116",
            "last_updated": "2022-11-04T09:17:39.627464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b60c2df-a2c1-4fe1-9f4a-6331e5be4ac2/?format=api"
        },
        {
            "id": "ca3eb639-3a0b-4997-a70d-df1b070d4b93",
            "gambit_id": "e12b67d3-8238-4a02-9d00-c32341f4b633",
            "last_updated": "2022-11-04T09:17:39.628800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b60c2df-a2c1-4fe1-9f4a-6331e5be4ac2/?format=api"
        }
    ]
}