GET /api/bet_types/2b907af2-9fc7-4abe-a667-2e5fc9e8b80a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b907af2-9fc7-4abe-a667-2e5fc9e8b80a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e726164-99f4-41f2-aa1c-297aa63f5dea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:12.890173-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": "MIL (C Rea)",
                "amount": 5039.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 4961.0
            }
        ],
        "expected_reward_tokens": 9574.1,
        "profit_sb": 74.1,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed765067-b8bb-44d3-b00e-6e208776999e",
            "gambit_id": "3d41c6ca-21ca-4e8e-9c0a-71fbd5176d1a",
            "last_updated": "2023-06-05T10:57:20.357823-04:00",
            "created_at": "2023-06-03T11:22:12.892537-04:00",
            "name": "MIL (C Rea)",
            "reward": "1.90000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b907af2-9fc7-4abe-a667-2e5fc9e8b80a/?format=api"
        },
        {
            "id": "b337e1f3-c2b8-4d6c-8492-74e246eca2ba",
            "gambit_id": "3f3c75e8-f26e-4281-8f5c-18becb9b8e0a",
            "last_updated": "2023-06-05T10:57:20.360371-04:00",
            "created_at": "2023-06-03T11:22:12.894983-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b907af2-9fc7-4abe-a667-2e5fc9e8b80a/?format=api"
        }
    ]
}