GET /api/bet_types/8a84d37b-ac89-44d9-95fa-595420e5d7f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a84d37b-ac89-44d9-95fa-595420e5d7f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/25704b7e-77da-467d-ae2c-90a0f9bc5198/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:15.928435-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "65fb2ddc-4ba0-40fd-859b-c12d5e6d0814",
            "gambit_id": "055c9060-854c-4849-9468-2e5677f4648b",
            "last_updated": "2024-01-15T10:08:21.091054-05:00",
            "created_at": "2024-01-12T09:48:15.932317-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a84d37b-ac89-44d9-95fa-595420e5d7f7/?format=api"
        },
        {
            "id": "b225850a-b6de-4f5b-98e0-7e08262f9138",
            "gambit_id": "f6e2ec11-3d08-45f5-a506-9c302a1028d8",
            "last_updated": "2024-01-15T10:08:21.095237-05:00",
            "created_at": "2024-01-12T09:48:15.936660-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a84d37b-ac89-44d9-95fa-595420e5d7f7/?format=api"
        }
    ]
}