GET /api/bet_types/d580dffc-f276-4339-a936-7d5ff5f4a019/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d580dffc-f276-4339-a936-7d5ff5f4a019",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a6568d2-ec36-4024-8f5a-bc6d191a78cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:05.649211-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": "Arizona Coyotes",
                "amount": 5602.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "47d9aa1b-3dea-42fe-8be2-40b9b9b1ee5e",
            "gambit_id": "fee3bae4-1122-4364-92bd-3227525b81dd",
            "last_updated": "2023-11-27T10:13:22.524987-05:00",
            "created_at": "2023-11-25T09:23:05.652891-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d580dffc-f276-4339-a936-7d5ff5f4a019/?format=api"
        },
        {
            "id": "790b2086-2180-489c-b2f0-bde1d3b21021",
            "gambit_id": "85a5ec4e-16d9-417d-ba27-d766fc1780b6",
            "last_updated": "2023-11-27T10:13:22.535308-05:00",
            "created_at": "2023-11-25T09:23:05.658459-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d580dffc-f276-4339-a936-7d5ff5f4a019/?format=api"
        }
    ]
}