GET /api/bet_types/7326ac1f-b4b6-471f-b98d-977eaa64e64c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7326ac1f-b4b6-471f-b98d-977eaa64e64c",
    "match": "https://api-prod.gambitprofit.com/api/matches/11fa69ca-72fc-4937-a4b3-77a78457e7a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Phoenix Suns",
                "amount": 7968.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2032.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "696064b0-7c81-4abc-994d-8c8e6ba7d2e8",
            "gambit_id": "19905c94-f089-4b6c-879b-131b0d167cec",
            "last_updated": "2022-12-20T12:32:20.317194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7326ac1f-b4b6-471f-b98d-977eaa64e64c/?format=api"
        },
        {
            "id": "2ccd3601-fd94-4961-8217-c5918aa8e3a4",
            "gambit_id": "df6ba46b-5706-4f24-99b1-951bea5d2818",
            "last_updated": "2022-12-20T12:32:20.318275-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "4.55000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7326ac1f-b4b6-471f-b98d-977eaa64e64c/?format=api"
        }
    ]
}