GET /api/bet_types/dc65cfff-5c80-4ef0-8ced-05a497c59565/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc65cfff-5c80-4ef0-8ced-05a497c59565",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a1f622f-36f7-4aaa-8b04-628329df3c7a/?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": "Winnipeg Jets",
                "amount": 6266.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb97781f-d04e-4405-93b9-2affc6ef0790",
            "gambit_id": "db585fc8-8399-4201-956f-39851f6f8cb3",
            "last_updated": "2022-11-14T10:52:59.497181-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc65cfff-5c80-4ef0-8ced-05a497c59565/?format=api"
        },
        {
            "id": "4d7b091e-1188-422a-9d6c-2d6c0e4ecbc0",
            "gambit_id": "62509a91-4319-4720-99fb-4ce2a232ce04",
            "last_updated": "2022-11-14T10:52:59.496224-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc65cfff-5c80-4ef0-8ced-05a497c59565/?format=api"
        }
    ]
}