GET /api/bet_types/58fac3d7-5bbf-4c0e-a359-c95163919732/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58fac3d7-5bbf-4c0e-a359-c95163919732",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5a95dc-d5f8-4759-8ab1-859fb107ad5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:21.380283-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7afaf28-af2c-4594-ab37-6c216b8d6caf",
            "gambit_id": "5e7cbaf1-1685-4339-ad6b-2a8281725144",
            "last_updated": "2023-11-23T16:03:07.609111-05:00",
            "created_at": "2023-11-22T09:08:21.383903-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58fac3d7-5bbf-4c0e-a359-c95163919732/?format=api"
        },
        {
            "id": "79d84ccc-70b0-4a3f-902a-db445b77158e",
            "gambit_id": "568044b2-1827-4ed6-93e1-528546c1f69f",
            "last_updated": "2023-11-23T16:03:07.612366-05:00",
            "created_at": "2023-11-22T09:08:21.388916-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58fac3d7-5bbf-4c0e-a359-c95163919732/?format=api"
        }
    ]
}