GET /api/bet_types/5c275a4a-5834-46a8-9229-6afafc73ca4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c275a4a-5834-46a8-9229-6afafc73ca4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/043d0f67-e000-4b37-8999-d71e8e03be91/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Lakers",
                "amount": 5730.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4270.0
            }
        ],
        "expected_reward_tokens": 9052.4,
        "profit_sb": 52.4,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "97a0e898-5586-4696-b2bd-be56fcd5761f",
            "gambit_id": "6ba6a030-5390-42c6-bfd4-0413d5c60380",
            "last_updated": "2022-12-19T13:21:55.254246-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c275a4a-5834-46a8-9229-6afafc73ca4e/?format=api"
        },
        {
            "id": "4788a4c4-2cc4-4e14-8760-8280e886ccc9",
            "gambit_id": "46ec4d69-e93c-4f4b-bf56-4b50fc4a2ec1",
            "last_updated": "2022-12-19T13:21:55.255337-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c275a4a-5834-46a8-9229-6afafc73ca4e/?format=api"
        }
    ]
}