GET /api/bet_types/7e037881-f63d-4006-b080-cf00af3fbdb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e037881-f63d-4006-b080-cf00af3fbdb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf3ffa06-0d34-46e5-843f-6526a15dbc59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:13.760461-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "c72ee2c4-91b6-4275-8f26-50f4ac310e4d",
            "gambit_id": "8aae3929-8f05-4359-9432-97966037e4d6",
            "last_updated": "2023-12-11T11:38:05.991866-05:00",
            "created_at": "2023-12-09T08:48:13.765681-05:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e037881-f63d-4006-b080-cf00af3fbdb7/?format=api"
        },
        {
            "id": "46fdea12-7e58-4572-82f5-ebacb03eeeda",
            "gambit_id": "647d5b84-a76e-4428-ac85-247f55587946",
            "last_updated": "2023-12-11T11:38:05.995306-05:00",
            "created_at": "2023-12-09T08:48:13.769517-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e037881-f63d-4006-b080-cf00af3fbdb7/?format=api"
        }
    ]
}