GET /api/bet_types/cbf9f197-958e-453a-b7c3-b649072df0ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbf9f197-958e-453a-b7c3-b649072df0ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/2744e258-23fb-4bfc-acde-45eac6c96b27/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.194409-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9296da3-296d-477f-a1f1-dcccc26adc9a",
            "gambit_id": "cd7ea9ef-c6e8-418e-98b7-3bb809e665eb",
            "last_updated": "2023-01-13T11:32:07.970481-05:00",
            "created_at": "2023-01-12T08:22:02.195732-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbf9f197-958e-453a-b7c3-b649072df0ad/?format=api"
        },
        {
            "id": "4b8ce336-28cb-497f-ac32-72d32acb31c6",
            "gambit_id": "0c0183e3-a5c7-4891-8eb5-18c2cdb3fc98",
            "last_updated": "2023-01-13T11:32:07.971540-05:00",
            "created_at": "2023-01-12T08:22:02.196999-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbf9f197-958e-453a-b7c3-b649072df0ad/?format=api"
        }
    ]
}