GET /api/bet_types/41289ba6-7f3d-46c2-a47b-60d528f9bbb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41289ba6-7f3d-46c2-a47b-60d528f9bbb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2ef3b8e-d5a1-46b1-a21e-24612f390401/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T13:36:51.376808-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": "Dallas Stars",
                "amount": 6308.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5a58ef3-6fb6-4a10-80db-dd4c026b2b1c",
            "gambit_id": "3239fbac-62b6-4132-9775-97bffea77773",
            "last_updated": "2023-04-03T10:11:55.609161-04:00",
            "created_at": "2023-04-01T13:36:51.380746-04:00",
            "name": "Dallas Stars",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41289ba6-7f3d-46c2-a47b-60d528f9bbb9/?format=api"
        },
        {
            "id": "4ff75d59-78ee-4c15-8f5c-f4cb63ceb9f7",
            "gambit_id": "197d0b6f-91a2-46ca-949f-bc775f49a6b9",
            "last_updated": "2023-04-03T10:11:55.606997-04:00",
            "created_at": "2023-04-01T13:36:51.378745-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41289ba6-7f3d-46c2-a47b-60d528f9bbb9/?format=api"
        }
    ]
}