GET /api/bet_types/ad7db0db-8d1b-438a-8816-88f286b459ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad7db0db-8d1b-438a-8816-88f286b459ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2df6d73-42df-4eaf-82a7-3a363d37b8aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:13.416333-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": "Montana State",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6b0c705-bf16-474d-b4fc-f138d5dc2929",
            "gambit_id": "8f978a4f-3a20-4be8-a522-b69dc2aa1893",
            "last_updated": "2023-03-18T11:32:26.247577-04:00",
            "created_at": "2023-03-14T19:52:13.419692-04:00",
            "name": "Montana State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7db0db-8d1b-438a-8816-88f286b459ea/?format=api"
        },
        {
            "id": "e24e34e9-a3d5-4ef5-84c0-0f47c3a316fd",
            "gambit_id": "5db88190-84a8-4d26-8589-93426f17af66",
            "last_updated": "2023-03-18T11:32:26.246204-04:00",
            "created_at": "2023-03-14T19:52:13.417923-04:00",
            "name": "Kansas State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7db0db-8d1b-438a-8816-88f286b459ea/?format=api"
        }
    ]
}