GET /api/bet_types/4bf79c05-b5df-42d4-b6c4-3fa1e936a871/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf79c05-b5df-42d4-b6c4-3fa1e936a871",
    "match": "https://api-prod.gambitprofit.com/api/matches/dca333c6-62aa-4f09-91bc-0f80796c03de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:25.033694-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": "LOS",
                "amount": 5512.0
            },
            {
                "team": "DET",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "61d640af-8522-4e3c-bfc2-36a6fda57057",
            "gambit_id": "c279f717-d467-4633-b535-c9b14f301e36",
            "last_updated": "2023-09-21T10:43:01.390186-04:00",
            "created_at": "2023-09-20T08:23:25.048298-04:00",
            "name": "LOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf79c05-b5df-42d4-b6c4-3fa1e936a871/?format=api"
        },
        {
            "id": "bc55c343-88cb-44a3-9659-09128aef57e6",
            "gambit_id": "43abc21a-c4b6-4326-8658-f024baa38d6f",
            "last_updated": "2023-09-21T10:43:01.386403-04:00",
            "created_at": "2023-09-20T08:23:25.043628-04:00",
            "name": "DET",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf79c05-b5df-42d4-b6c4-3fa1e936a871/?format=api"
        }
    ]
}