GET /api/bet_types/9c78b3e3-c6ec-4b8a-b5f6-1a71a9985b2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c78b3e3-c6ec-4b8a-b5f6-1a71a9985b2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f17d8803-27a0-4550-bd5d-59006686d5f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:03.954257-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": "Vancouver Canucks",
                "amount": 6752.0
            },
            {
                "team": "New York Islanders",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a2efeba-55b7-4b70-b57c-4fd4d8795adb",
            "gambit_id": "4eb29f51-a40f-41e0-8b5f-c8b1849b41e5",
            "last_updated": "2024-01-11T11:13:04.242285-05:00",
            "created_at": "2024-01-09T09:23:03.958201-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c78b3e3-c6ec-4b8a-b5f6-1a71a9985b2a/?format=api"
        },
        {
            "id": "7ad95a82-5af0-4f81-8627-1ee6ac02dc74",
            "gambit_id": "a5819ff8-51d5-4b0b-8d6f-c54c88b70ddb",
            "last_updated": "2024-01-11T11:13:04.245688-05:00",
            "created_at": "2024-01-09T09:23:03.962960-05:00",
            "name": "New York Islanders",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c78b3e3-c6ec-4b8a-b5f6-1a71a9985b2a/?format=api"
        }
    ]
}