GET /api/bet_types/d81cc75b-a44b-4688-83ad-c1c15db2da7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d81cc75b-a44b-4688-83ad-c1c15db2da7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9cae78-71f2-434d-a2d8-a79b2e235dba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T14:11:47.969250-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 Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "53eb00a5-ab0c-41be-9c1d-0d0aa4dc1a5b",
            "gambit_id": "37c728c0-3d3f-4734-9594-50cfcd6964a9",
            "last_updated": "2023-04-08T11:47:24.694083-04:00",
            "created_at": "2023-04-07T14:11:47.973474-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81cc75b-a44b-4688-83ad-c1c15db2da7e/?format=api"
        },
        {
            "id": "50edaaa7-a6c5-4b79-91a7-48acbe103241",
            "gambit_id": "bdd47291-f734-4c53-9bde-cda99aa17c98",
            "last_updated": "2023-04-08T11:47:24.696514-04:00",
            "created_at": "2023-04-07T14:11:47.976909-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81cc75b-a44b-4688-83ad-c1c15db2da7e/?format=api"
        }
    ]
}