GET /api/bet_types/dddc2a86-d7ad-41fa-ad7b-a291df4b3d56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dddc2a86-d7ad-41fa-ad7b-a291df4b3d56",
    "match": "https://api-prod.gambitprofit.com/api/matches/583a2e07-7203-49c4-b057-b77e00b2bfe0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:02.932767-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": "Milwaukee Bucks",
                "amount": 5107.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35e2bd6-4b27-4bf1-91f7-fae8396d3fb9",
            "gambit_id": "83eb21f6-0c88-4c37-b1bf-f46733afe8c5",
            "last_updated": "2023-12-28T18:33:08.475258-05:00",
            "created_at": "2023-12-27T09:03:02.936379-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddc2a86-d7ad-41fa-ad7b-a291df4b3d56/?format=api"
        },
        {
            "id": "2bdb49ae-1927-4418-a12e-6241f0fc1212",
            "gambit_id": "1e73b7d7-7d95-4554-af2f-1aae47091125",
            "last_updated": "2023-12-28T18:33:08.478682-05:00",
            "created_at": "2023-12-27T09:03:02.944171-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddc2a86-d7ad-41fa-ad7b-a291df4b3d56/?format=api"
        }
    ]
}