GET /api/bet_types/f2a4c2c1-645d-45a6-b53f-4eba897568f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2a4c2c1-645d-45a6-b53f-4eba897568f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0bedeeb-b368-4014-8685-9e0eccc7cf34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:59.272251-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": "Los Angeles Kings",
                "amount": 6928.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccdfc019-63c1-4cb5-aa7b-8c14f4ef7db5",
            "gambit_id": "22e8a970-3048-4157-b759-b1a5ec4f442a",
            "last_updated": "2023-10-20T11:28:25.035364-04:00",
            "created_at": "2023-10-19T08:32:59.277248-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a4c2c1-645d-45a6-b53f-4eba897568f7/?format=api"
        },
        {
            "id": "2b83ac9f-0a36-4dd1-8dd8-6d2da9c61c63",
            "gambit_id": "56b2a021-1db7-45c9-aca7-b3aef2cb290c",
            "last_updated": "2023-10-20T11:28:25.038662-04:00",
            "created_at": "2023-10-19T08:32:59.284259-04:00",
            "name": "Minnesota Wild",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a4c2c1-645d-45a6-b53f-4eba897568f7/?format=api"
        }
    ]
}