GET /api/bet_types/94a5cd9a-f72a-432c-aefa-61aa4266ac18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94a5cd9a-f72a-432c-aefa-61aa4266ac18",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0b2664d-4812-423f-a47f-229b4b16b186/?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": "Vancouver Canucks",
                "amount": 6778.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": 150.3,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4993029d-f559-41b9-80da-2a3e7c5af4e8",
            "gambit_id": "0668c099-3ebf-434c-99d9-5ae9ee3073ee",
            "last_updated": "2022-12-19T10:37:30.114348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a5cd9a-f72a-432c-aefa-61aa4266ac18/?format=api"
        },
        {
            "id": "99e8b64f-59a6-43cc-b379-450be20e090b",
            "gambit_id": "7ab889bd-a9d0-4ca0-8f42-1abd42142c48",
            "last_updated": "2022-12-19T10:37:30.115458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a5cd9a-f72a-432c-aefa-61aa4266ac18/?format=api"
        }
    ]
}