GET /api/bet_types/6c08a35e-99d1-494b-9a43-1a132197e72c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c08a35e-99d1-494b-9a43-1a132197e72c",
    "match": "https://api-prod.gambitprofit.com/api/matches/089eed82-2ce6-4e67-b269-3e81bfec324b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:14.687913-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": "SFO",
                "amount": 5867.0
            },
            {
                "team": "NYM",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f12c222a-002d-4370-b4f8-80c276e2178d",
            "gambit_id": "9f2aff36-f391-4ff8-8411-473c4341da63",
            "last_updated": "2023-04-21T21:57:33.668459-04:00",
            "created_at": "2023-04-20T11:42:14.690110-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c08a35e-99d1-494b-9a43-1a132197e72c/?format=api"
        },
        {
            "id": "674e7564-cb09-4dcc-a050-d5de25faa444",
            "gambit_id": "e10648b4-4db3-4af1-9a55-d188c6b82cb7",
            "last_updated": "2023-04-21T21:57:33.670976-04:00",
            "created_at": "2023-04-20T11:42:14.692251-04:00",
            "name": "NYM",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c08a35e-99d1-494b-9a43-1a132197e72c/?format=api"
        }
    ]
}