GET /api/bet_types/0107ad98-1f3e-4d6d-a5cf-7aef2f448e52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0107ad98-1f3e-4d6d-a5cf-7aef2f448e52",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2203f5c-a051-4f14-90dd-64f1f2df0cc2/?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": "Tampa Bay Lightning",
                "amount": 6481.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3519.0
            }
        ],
        "expected_reward_tokens": 9008.59,
        "profit_sb": 8.59,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3adc0749-e8f0-46ee-be76-eab39e011d50",
            "gambit_id": "0500cbda-d97a-4a91-907c-ab6edb997f34",
            "last_updated": "2022-12-21T22:37:05.402981-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0107ad98-1f3e-4d6d-a5cf-7aef2f448e52/?format=api"
        },
        {
            "id": "e1821209-2d01-48a0-980b-7cb728611261",
            "gambit_id": "0cefa78d-cc45-4bba-963c-93265a28aab1",
            "last_updated": "2022-12-21T22:37:05.401924-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.56000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0107ad98-1f3e-4d6d-a5cf-7aef2f448e52/?format=api"
        }
    ]
}