GET /api/bet_types/8be6bd03-d86a-44b5-9a2e-8fe3f98c1620/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8be6bd03-d86a-44b5-9a2e-8fe3f98c1620",
    "match": "https://api-prod.gambitprofit.com/api/matches/47dc00c0-1239-4c22-9ce6-1766abe07668/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T10:57:13.056195-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": "Vancouver Canucks",
                "amount": 6547.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "b84be7e5-e2eb-4803-ad78-1630e24ea8c0",
            "gambit_id": "9122415d-40be-4ee2-a55d-c7a1ac1855f3",
            "last_updated": "2023-03-15T13:52:01.662840-04:00",
            "created_at": "2023-03-14T10:57:13.058380-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be6bd03-d86a-44b5-9a2e-8fe3f98c1620/?format=api"
        },
        {
            "id": "399eec1a-6cec-45ac-8f8b-fdedff243cd6",
            "gambit_id": "d687be25-25ca-4464-8429-6339def5a932",
            "last_updated": "2023-03-15T13:52:01.663819-04:00",
            "created_at": "2023-03-14T10:57:13.060753-04:00",
            "name": "Dallas Stars",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be6bd03-d86a-44b5-9a2e-8fe3f98c1620/?format=api"
        }
    ]
}