GET /api/bet_types/2d61ad3c-60cf-40c5-bf8f-6e6e521a78e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d61ad3c-60cf-40c5-bf8f-6e6e521a78e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc83bdf0-2aee-4b7c-b01c-985ac369fd9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:09.626240-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": "Toronto Raptors",
                "amount": 5939.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c2bc8ed-f632-40ba-84d5-857f84fcf79b",
            "gambit_id": "99cd622f-c8ea-4c07-abe9-e911e8a36f59",
            "last_updated": "2023-04-10T14:57:12.774801-04:00",
            "created_at": "2023-04-09T09:27:09.628942-04:00",
            "name": "Toronto Raptors",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d61ad3c-60cf-40c5-bf8f-6e6e521a78e0/?format=api"
        },
        {
            "id": "75e9579a-6d84-47f4-a79e-e605aec88b3e",
            "gambit_id": "622eac18-4706-4049-a493-8fc02632caa7",
            "last_updated": "2023-04-10T14:57:12.777689-04:00",
            "created_at": "2023-04-09T09:27:09.632187-04:00",
            "name": "Milwaukee Bucks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d61ad3c-60cf-40c5-bf8f-6e6e521a78e0/?format=api"
        }
    ]
}