GET /api/bet_types/3b418c92-baf1-418f-97ce-f5be40132eae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b418c92-baf1-418f-97ce-f5be40132eae",
    "match": "https://api-prod.gambitprofit.com/api/matches/a37c73eb-cdb6-4e24-92e3-85cffcc4361f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:13.313329-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": "Detroit Red Wings",
                "amount": 5431.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "41c61f08-aa59-4c6e-bc88-e665da6f430c",
            "gambit_id": "4c8e7944-724a-45bf-99bb-4849e3555a51",
            "last_updated": "2023-01-18T09:32:09.218144-05:00",
            "created_at": "2023-01-17T09:27:13.316731-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b418c92-baf1-418f-97ce-f5be40132eae/?format=api"
        },
        {
            "id": "1eee4afd-0179-4a4f-a065-7ce8d2dcb8d2",
            "gambit_id": "b8e47019-a3da-4cbe-9a06-9256c299ac44",
            "last_updated": "2023-01-18T09:32:09.217064-05:00",
            "created_at": "2023-01-17T09:27:13.314927-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b418c92-baf1-418f-97ce-f5be40132eae/?format=api"
        }
    ]
}