GET /api/bet_types/91382ce4-d2f5-469a-b11b-139c43c7f269/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91382ce4-d2f5-469a-b11b-139c43c7f269",
    "match": "https://api-prod.gambitprofit.com/api/matches/56661b52-bf20-4b66-ac59-d3a09b72d3ec/?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": "Las Vegas Raiders",
                "amount": 5591.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": -108.83,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "46e1ab7c-3293-4585-8c68-09158fccc2cf",
            "gambit_id": "8d0b73c8-2716-4560-a34a-cdf182cec66e",
            "last_updated": "2022-10-03T11:32:21.549642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91382ce4-d2f5-469a-b11b-139c43c7f269/?format=api"
        },
        {
            "id": "10f9a80c-fd2f-4c72-af97-7172561763b5",
            "gambit_id": "a1276d44-6f61-4844-9574-8e47cc4c06c8",
            "last_updated": "2022-10-03T11:32:21.550710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91382ce4-d2f5-469a-b11b-139c43c7f269/?format=api"
        }
    ]
}