GET /api/bet_types/4c0132bc-c8da-4ef9-91bd-ecc0289d8898/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c0132bc-c8da-4ef9-91bd-ecc0289d8898",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?format=api",
    "name": "Play the Odds",
    "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": "Louisville",
                "amount": 5097.0
            },
            {
                "team": "South Florida",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c47ed556-e004-4cca-981f-a1a073eb9884",
            "gambit_id": "e7d40fff-a1f6-41df-a04e-b2639024dbdf",
            "last_updated": "2022-09-25T11:37:16.034275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c0132bc-c8da-4ef9-91bd-ecc0289d8898/?format=api"
        },
        {
            "id": "3106a6b1-4171-45d2-a001-2e220068094a",
            "gambit_id": "98223649-c954-4d16-9603-c3e724973871",
            "last_updated": "2022-09-25T11:37:16.033288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c0132bc-c8da-4ef9-91bd-ecc0289d8898/?format=api"
        }
    ]
}