GET /api/bet_types/f21ec2cd-1017-4076-9d28-5a622dbe8ef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f21ec2cd-1017-4076-9d28-5a622dbe8ef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f375d750-34c7-4b47-a820-15d6f935d120/?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": "UL Lafayette",
                "amount": 6389.0
            },
            {
                "team": "Texas St",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "883433d5-70e9-46c5-b6bc-de4af8617990",
            "gambit_id": "e42ff628-bce4-40d0-9a81-df63c5a54753",
            "last_updated": "2022-11-28T09:42:16.060520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21ec2cd-1017-4076-9d28-5a622dbe8ef7/?format=api"
        },
        {
            "id": "d5ef307d-be8f-4159-b049-3bb9869c07b3",
            "gambit_id": "580de2b5-833f-4e3a-8100-d8026fcde204",
            "last_updated": "2022-11-28T09:42:16.059530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21ec2cd-1017-4076-9d28-5a622dbe8ef7/?format=api"
        }
    ]
}