GET /api/bet_types/767a2b7f-8a27-4bac-8588-b772057522b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "767a2b7f-8a27-4bac-8588-b772057522b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/75b30173-96b1-4a0a-a52e-dfeb86f5f16a/?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": "New England Patriots",
                "amount": 5097.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e281b769-dba1-451d-958c-4d87208919e0",
            "gambit_id": "b45b07f6-cfb4-45a9-ac0f-b69562651e65",
            "last_updated": "2022-12-13T09:57:39.246560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767a2b7f-8a27-4bac-8588-b772057522b6/?format=api"
        },
        {
            "id": "2fd37567-5b4f-48a6-8017-1f5467816c4a",
            "gambit_id": "490757a1-d827-47f7-9f82-1e6a160b50ee",
            "last_updated": "2022-12-13T09:57:39.247632-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767a2b7f-8a27-4bac-8588-b772057522b6/?format=api"
        }
    ]
}