GET /api/bet_types/bee3ef10-b3cd-4013-b399-3ca90a8e75ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bee3ef10-b3cd-4013-b399-3ca90a8e75ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea19d40-48b6-4fc5-9939-8846d0309031/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-12T10:02:04.589333-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": "Toronto Raptors",
                "amount": 8260.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1740.0
            }
        ],
        "expected_reward_tokens": 9499.0,
        "profit_sb": -1.0,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "648ec64e-d9e7-4e8e-80a5-091899f6380e",
            "gambit_id": "778a210b-8584-4ba2-9ef4-f2e3a475ef4e",
            "last_updated": "2023-02-13T09:47:08.282871-05:00",
            "created_at": "2023-02-12T10:02:04.590578-05:00",
            "name": "Toronto Raptors",
            "reward": "1.15000",
            "odds": "1.15620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bee3ef10-b3cd-4013-b399-3ca90a8e75ec/?format=api"
        },
        {
            "id": "a8e2ac0e-c54e-4063-be35-bd87913d0e9c",
            "gambit_id": "4d47dc82-fa5d-41ce-a5af-1b49d61460d2",
            "last_updated": "2023-02-13T09:47:08.284165-05:00",
            "created_at": "2023-02-12T10:02:04.591938-05:00",
            "name": "Detroit Pistons",
            "reward": "5.46000",
            "odds": "5.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bee3ef10-b3cd-4013-b399-3ca90a8e75ec/?format=api"
        }
    ]
}