GET /api/bet_types/78839165-10b5-4bfc-aa1f-759c15eba1c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78839165-10b5-4bfc-aa1f-759c15eba1c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d75b71fc-f7c6-400e-9bb3-4b044b94265c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:57.523882-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": 6651.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "75d64a62-5c65-4de3-b056-5f31465d67d8",
            "gambit_id": "eb44bcce-1666-42ee-a018-6cbc23420ad7",
            "last_updated": "2023-03-20T09:36:53.079331-04:00",
            "created_at": "2023-03-18T08:46:57.527948-04:00",
            "name": "Dallas Stars",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78839165-10b5-4bfc-aa1f-759c15eba1c8/?format=api"
        },
        {
            "id": "2a574b71-58f0-46ff-838d-dff6869a2da4",
            "gambit_id": "d29610ef-8425-4635-8a96-73393b697e8f",
            "last_updated": "2023-03-20T09:36:53.076199-04:00",
            "created_at": "2023-03-18T08:46:57.525877-04:00",
            "name": "Calgary Flames",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78839165-10b5-4bfc-aa1f-759c15eba1c8/?format=api"
        }
    ]
}