GET /api/bet_types/96bdb85a-f77f-44b0-a1e3-415fd4771cfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96bdb85a-f77f-44b0-a1e3-415fd4771cfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/70e64f9f-acbb-4419-85f4-76e7bfb4619a/?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": "ARI",
                "amount": 6057.0
            },
            {
                "team": "SFO",
                "amount": 3943.0
            }
        ],
        "expected_reward_tokens": 9266.05,
        "profit_sb": 266.05,
        "profit_sb_percentage": 2.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfd2c93c-8f08-491b-bd2a-1f882a49dfb2",
            "gambit_id": "2d40277e-9aa4-436e-809e-79d99bbdd144",
            "last_updated": "2022-08-19T09:46:51.902397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bdb85a-f77f-44b0-a1e3-415fd4771cfa/?format=api"
        },
        {
            "id": "159c4fa2-c12f-4b71-845d-65c3eca78d51",
            "gambit_id": "560ca3dc-a4dd-4092-bb2b-c768aa4d862b",
            "last_updated": "2022-08-19T09:46:51.901964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.35000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bdb85a-f77f-44b0-a1e3-415fd4771cfa/?format=api"
        }
    ]
}