GET /api/bet_types/1e77f413-cb37-4d2e-8005-f340ffe63f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e77f413-cb37-4d2e-8005-f340ffe63f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89a79a4-50c8-4a22-a3e8-b8a35106032d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Stars",
                "amount": 6336.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1697af2-ea92-4292-b85a-e1303f09da10",
            "gambit_id": "11ecbf6c-544d-40dd-80b0-e33b202a9c32",
            "last_updated": "2022-12-19T10:47:30.985064-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e77f413-cb37-4d2e-8005-f340ffe63f68/?format=api"
        },
        {
            "id": "af75a9ae-7663-4149-9fb9-aa0c271ee0fa",
            "gambit_id": "3bf85500-ab49-4575-bc08-036f946f62bd",
            "last_updated": "2022-12-19T10:47:30.984026-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e77f413-cb37-4d2e-8005-f340ffe63f68/?format=api"
        }
    ]
}