GET /api/bet_types/541610a7-6b8d-4bfa-93bd-25b6b9b815d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "541610a7-6b8d-4bfa-93bd-25b6b9b815d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b857a8c-5a47-4840-abf0-95dd028c2041/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:14.958413-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": "Indiana Pacers",
                "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": "7d183f35-9cb8-4a15-be2f-88ae81f883ba",
            "gambit_id": "38f32fb4-e27b-4a62-bcbb-6368e6a58fd6",
            "last_updated": "2023-12-10T11:43:04.214802-05:00",
            "created_at": "2023-12-09T08:48:14.962134-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541610a7-6b8d-4bfa-93bd-25b6b9b815d1/?format=api"
        },
        {
            "id": "db8d4a7a-8c6b-4511-ae48-a23ce7ff1784",
            "gambit_id": "4b0aa7a6-ea09-4bcd-894d-1ffa454e7336",
            "last_updated": "2023-12-10T11:43:04.218420-05:00",
            "created_at": "2023-12-09T08:48:14.966599-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541610a7-6b8d-4bfa-93bd-25b6b9b815d1/?format=api"
        }
    ]
}