GET /api/bet_types/30a58e3e-50ca-4fe7-b0ce-be94f0f971b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30a58e3e-50ca-4fe7-b0ce-be94f0f971b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a87bc9b-5bf9-4d80-a30d-1717e9b14458/?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": "Toledo",
                "amount": 8090.0
            },
            {
                "team": "Ball State",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9301.7,
        "profit_sb": 301.7,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7e987f1-336a-4249-b4a0-dd34ec0d1898",
            "gambit_id": "66278104-5305-44f0-861b-c405d54245d0",
            "last_updated": "2022-11-09T09:48:33.277339-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a58e3e-50ca-4fe7-b0ce-be94f0f971b6/?format=api"
        },
        {
            "id": "0b99b832-138c-4d3e-b05b-616b4d8409d4",
            "gambit_id": "0d11ec7f-9467-4b37-980b-c147f8e1f8d7",
            "last_updated": "2022-11-09T09:48:33.278319-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "4.87000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a58e3e-50ca-4fe7-b0ce-be94f0f971b6/?format=api"
        }
    ]
}