GET /api/bet_types/928eb2cc-926b-4d4a-b2af-9f7bbf35615c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "928eb2cc-926b-4d4a-b2af-9f7bbf35615c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c3ab0a3-1f85-4eef-9cc3-e86f04526246/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-04T09:17:18.562682-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "108a2022-dda7-4aa3-b702-e54fc19d782c",
            "gambit_id": "c448756a-14c5-40c2-bef7-42ee7da27274",
            "last_updated": "2023-02-05T11:32:00.204979-05:00",
            "created_at": "2023-02-04T09:17:18.565360-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928eb2cc-926b-4d4a-b2af-9f7bbf35615c/?format=api"
        },
        {
            "id": "30a73b7a-a1c1-436b-8386-2706733e7166",
            "gambit_id": "68a897fe-df8a-4fc8-8bd2-9b5b748975dd",
            "last_updated": "2023-02-05T11:32:00.203810-05:00",
            "created_at": "2023-02-04T09:17:18.563948-05:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928eb2cc-926b-4d4a-b2af-9f7bbf35615c/?format=api"
        }
    ]
}