GET /api/bet_types/87e74ed8-fe0b-4767-ba24-4961fb0c3015/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87e74ed8-fe0b-4767-ba24-4961fb0c3015",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdffee58-2a25-430a-bc22-b6e0d5b1e6d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:18.302999-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "52e8fe98-46ae-4e11-b39f-759187c3ab91",
            "gambit_id": "fa97d00f-3871-41e6-8cf3-7ef70e3d9e2d",
            "last_updated": "2023-04-30T15:06:53.626889-04:00",
            "created_at": "2023-04-28T11:22:18.304937-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e74ed8-fe0b-4767-ba24-4961fb0c3015/?format=api"
        },
        {
            "id": "d7925932-593a-4cae-9dae-9c8ef4a030f9",
            "gambit_id": "8e7d25e3-d03a-42a0-b0ef-b5bbb5078bb7",
            "last_updated": "2023-04-30T15:06:53.628972-04:00",
            "created_at": "2023-04-28T11:22:18.307003-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e74ed8-fe0b-4767-ba24-4961fb0c3015/?format=api"
        }
    ]
}