GET /api/bet_types/aae82eff-76a9-4b15-868e-8fb5f406a8f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aae82eff-76a9-4b15-868e-8fb5f406a8f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0842798d-669d-45e4-a380-72252ef6a1e5/?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": "Toronto Maple Leafs",
                "amount": 5208.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "77c49fa2-2b88-4c19-94e8-c2dbe6f3cce1",
            "gambit_id": "f14e8e5b-26d3-4891-9bcf-4ebcd6f2a282",
            "last_updated": "2022-11-09T09:43:01.994399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aae82eff-76a9-4b15-868e-8fb5f406a8f6/?format=api"
        },
        {
            "id": "d4288931-875a-41eb-91ae-6d4b385bb046",
            "gambit_id": "2b7f0569-9279-44c0-8f2f-04596c77d65d",
            "last_updated": "2022-11-09T09:43:01.995398-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aae82eff-76a9-4b15-868e-8fb5f406a8f6/?format=api"
        }
    ]
}