GET /api/bet_types/2d5937a4-77e9-4eb7-aaa5-480bfb1dbf3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d5937a4-77e9-4eb7-aaa5-480bfb1dbf3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f22b4c08-0e86-4d7a-839f-bfc2468493c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T07:27:17.089623-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 Clippers",
                "amount": 6524.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3476.0
            }
        ],
        "expected_reward_tokens": 9002.84,
        "profit_sb": 2.84,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b561dc23-51e6-4541-8368-4d55b1f9b471",
            "gambit_id": "8e67cb51-601b-4cfc-8233-fa2a3ca35450",
            "last_updated": "2022-12-27T10:32:04.463480-05:00",
            "created_at": "2022-12-26T07:27:17.092010-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.38000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5937a4-77e9-4eb7-aaa5-480bfb1dbf3d/?format=api"
        },
        {
            "id": "bfc85ea3-654d-4d4d-94e3-87385dbfe754",
            "gambit_id": "4ae8121a-01a4-4b9c-91e4-f0438a6114cd",
            "last_updated": "2022-12-27T10:32:04.462354-05:00",
            "created_at": "2022-12-26T07:27:17.090806-05:00",
            "name": "Detroit Pistons",
            "reward": "2.59000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5937a4-77e9-4eb7-aaa5-480bfb1dbf3d/?format=api"
        }
    ]
}