GET /api/bet_types/8e4339a6-c32e-4d40-b8dc-c1b03746e54d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e4339a6-c32e-4d40-b8dc-c1b03746e54d",
    "match": "https://api-prod.gambitprofit.com/api/matches/58edd5af-cb8c-43d2-8978-bc9325c942bc/?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": "Wake Forest",
                "amount": 5899.0
            },
            {
                "team": "Duke",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "e505885a-ee9b-467f-9dd9-42e8855d1b99",
            "gambit_id": "92fb1551-a682-4b04-ae2e-8201b319cc86",
            "last_updated": "2022-11-28T09:57:10.685943-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e4339a6-c32e-4d40-b8dc-c1b03746e54d/?format=api"
        },
        {
            "id": "f56b2785-2ab1-4cd0-95f4-191fefacaeaa",
            "gambit_id": "65cc0412-de5b-4718-be0a-e9d137ad9136",
            "last_updated": "2022-11-28T09:57:10.684894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e4339a6-c32e-4d40-b8dc-c1b03746e54d/?format=api"
        }
    ]
}