GET /api/bet_types/374bcbc4-bf73-43e9-a606-573eea36ccc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "374bcbc4-bf73-43e9-a606-573eea36ccc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffeb013f-85b9-489b-8ee4-501a2314105b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:14.724077-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "77589334-e6e2-48f8-ac07-d4675ee8d921",
            "gambit_id": "86655cc0-5d75-4983-95c5-34bda67a8c65",
            "last_updated": "2024-01-26T20:43:20.088973-05:00",
            "created_at": "2024-01-25T13:28:14.729438-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374bcbc4-bf73-43e9-a606-573eea36ccc8/?format=api"
        },
        {
            "id": "89b05204-c943-4759-91d5-280210eef1b6",
            "gambit_id": "1d1256a6-c17d-4606-b51a-7ccf652679e2",
            "last_updated": "2024-01-26T20:43:20.092315-05:00",
            "created_at": "2024-01-25T13:28:14.734066-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374bcbc4-bf73-43e9-a606-573eea36ccc8/?format=api"
        }
    ]
}