GET /api/bet_types/83ef63d6-7274-4c40-b757-9e4a95278065/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83ef63d6-7274-4c40-b757-9e4a95278065",
    "match": "https://api-prod.gambitprofit.com/api/matches/7becef2c-268e-450c-be95-954463c79fff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:52:08.755927-04: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": "TAM (T Glasnow)",
                "amount": 5234.0
            },
            {
                "team": "LOS (C Kershaw)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ad07ebe-8818-4171-a262-52090d2e3c94",
            "gambit_id": "cc121b4e-50cb-4e10-93e2-8408c0626b18",
            "last_updated": "2023-05-29T11:47:21.363894-04:00",
            "created_at": "2023-05-27T10:52:08.762573-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ef63d6-7274-4c40-b757-9e4a95278065/?format=api"
        },
        {
            "id": "fde3c5ea-8bc2-4909-b6af-415f0f7549ff",
            "gambit_id": "4129ba0b-e0d9-4fbe-836c-8a476c1d36c9",
            "last_updated": "2023-05-29T11:47:21.361035-04:00",
            "created_at": "2023-05-27T10:52:08.759139-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ef63d6-7274-4c40-b757-9e4a95278065/?format=api"
        }
    ]
}