GET /api/bet_types/15bc3c77-577d-4da5-8bc8-85f10cc4a538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15bc3c77-577d-4da5-8bc8-85f10cc4a538",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ff72a7-304d-4746-baf0-c76a6dc375b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:12.778433-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": "Philadelphia Flyers",
                "amount": 5773.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4b82f33-1d2f-41d2-874c-6b5fb6c6c496",
            "gambit_id": "24228705-365a-44e4-8e5d-5b4e1cf616a2",
            "last_updated": "2024-01-16T15:13:02.576875-05:00",
            "created_at": "2024-01-13T09:38:12.782276-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15bc3c77-577d-4da5-8bc8-85f10cc4a538/?format=api"
        },
        {
            "id": "ab0b53bb-e828-452e-888f-5fee1d0e6512",
            "gambit_id": "c102326c-fdc9-477b-9f78-60b02332bf06",
            "last_updated": "2024-01-16T15:13:02.580670-05:00",
            "created_at": "2024-01-13T09:38:12.788198-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15bc3c77-577d-4da5-8bc8-85f10cc4a538/?format=api"
        }
    ]
}