GET /api/bet_types/392722ed-50c6-425e-8e4d-935358437c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "392722ed-50c6-425e-8e4d-935358437c71",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4a6c4d-6553-4cd0-9e43-d70a077446a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:11.542497-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 (J Beeks)",
                "amount": 5426.0
            },
            {
                "team": "LOS (N Syndergaard)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "438f011a-8348-4c4f-8474-30aa50a1e60b",
            "gambit_id": "44dbe1b7-7174-484c-b2fd-cbad8140956e",
            "last_updated": "2023-05-27T16:02:10.288871-04:00",
            "created_at": "2023-05-26T11:52:11.546556-04:00",
            "name": "TAM (J Beeks)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/392722ed-50c6-425e-8e4d-935358437c71/?format=api"
        },
        {
            "id": "3e0a4721-5a2e-487d-84a9-b71646888fc6",
            "gambit_id": "7c968ec9-c287-45bf-9e0e-bb5f7a4afc82",
            "last_updated": "2023-05-27T16:02:10.286005-04:00",
            "created_at": "2023-05-26T11:52:11.544494-04:00",
            "name": "LOS (N Syndergaard)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/392722ed-50c6-425e-8e4d-935358437c71/?format=api"
        }
    ]
}