GET /api/bet_types/8b1c7c3d-b7c1-46fb-8432-4cf39365e07e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b1c7c3d-b7c1-46fb-8432-4cf39365e07e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1addfd32-c726-42ca-8731-22551227156b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-30T09:36:55.090938-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": "Milwaukee Bucks",
                "amount": 5107.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1e124df-8470-45ff-b855-1431ddbc4a81",
            "gambit_id": "d2972970-1ce3-4a90-81d4-b60039161ccd",
            "last_updated": "2023-03-31T10:57:19.245161-04:00",
            "created_at": "2023-03-30T09:36:55.092566-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b1c7c3d-b7c1-46fb-8432-4cf39365e07e/?format=api"
        },
        {
            "id": "96a59608-3b0f-477d-8c93-32d3f5256eee",
            "gambit_id": "1eb60ddd-b302-4818-a723-0ad58ec3c0df",
            "last_updated": "2023-03-31T10:57:19.247451-04:00",
            "created_at": "2023-03-30T09:36:55.094138-04:00",
            "name": "Boston Celtics",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b1c7c3d-b7c1-46fb-8432-4cf39365e07e/?format=api"
        }
    ]
}