GET /api/bet_types/ba4cd60c-fb65-4e9c-b40a-63a59b1c802d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba4cd60c-fb65-4e9c-b40a-63a59b1c802d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba1717bd-43ed-47ea-a191-2f56aab50080/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:58.325916-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": "ATL (J Chavez)",
                "amount": 5478.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "8cac054a-64f4-4927-b494-b554498c81bf",
            "gambit_id": "d220f658-9e0f-4c16-849f-d0a0280cf26b",
            "last_updated": "2023-05-22T13:12:07.202932-04:00",
            "created_at": "2023-05-20T10:51:58.327794-04:00",
            "name": "ATL (J Chavez)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba4cd60c-fb65-4e9c-b40a-63a59b1c802d/?format=api"
        },
        {
            "id": "39f3ed16-a3ea-44ae-9ca9-c666f9c1563a",
            "gambit_id": "78d0257e-2ee5-4b30-ac6e-be9d39e965c5",
            "last_updated": "2023-05-22T13:12:07.204151-04:00",
            "created_at": "2023-05-20T10:51:58.329539-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba4cd60c-fb65-4e9c-b40a-63a59b1c802d/?format=api"
        }
    ]
}