GET /api/bet_types/ba93d364-9974-4c6d-a6c9-2c7fd5a7f6a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba93d364-9974-4c6d-a6c9-2c7fd5a7f6a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7fb6a46-c31d-48c4-af5a-e7b0b227210d/?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": "Milwaukee Bucks",
                "amount": 5492.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8b2d384-7f43-4ba3-b2ad-8525a0c83827",
            "gambit_id": "645fc38f-cb30-41e5-b168-a461821a0458",
            "last_updated": "2022-11-17T11:03:07.328809-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba93d364-9974-4c6d-a6c9-2c7fd5a7f6a8/?format=api"
        },
        {
            "id": "145437ec-9aae-4567-8188-137a0260c2e0",
            "gambit_id": "d3e66739-4c81-4fc9-9ac2-04a62f4fa36d",
            "last_updated": "2022-11-17T11:03:07.329774-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba93d364-9974-4c6d-a6c9-2c7fd5a7f6a8/?format=api"
        }
    ]
}