GET /api/bet_types/b3b77283-15de-4aca-ae84-f4fbb73ecbbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3b77283-15de-4aca-ae84-f4fbb73ecbbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8552944e-1a4b-40f7-bf5f-5fb26b75ac9f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:03.282397-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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d91d865-0bdc-4930-b7b2-223bd130691e",
            "gambit_id": "e9927cc8-02b5-43ad-a417-a13d5b8afc6f",
            "last_updated": "2023-02-24T12:17:07.761066-05:00",
            "created_at": "2023-02-23T09:07:03.283650-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b77283-15de-4aca-ae84-f4fbb73ecbbc/?format=api"
        },
        {
            "id": "21c17124-d30f-4d35-8a26-1a56964d3b92",
            "gambit_id": "ac6c1939-a685-40e6-b507-7c5f92584910",
            "last_updated": "2023-02-24T12:17:07.762249-05:00",
            "created_at": "2023-02-23T09:07:03.284940-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b77283-15de-4aca-ae84-f4fbb73ecbbc/?format=api"
        }
    ]
}