GET /api/bet_types/054e161c-8dfe-44e1-a999-af3167ff873f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "054e161c-8dfe-44e1-a999-af3167ff873f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62b70f4-8962-483e-9681-aee679920948/?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": "Los Angeles Dodgers",
                "amount": 5745.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cae4df1-9083-4ced-9fea-9357556749e2",
            "gambit_id": "e259341b-23e5-4146-beb1-2c0312c8f351",
            "last_updated": "2022-09-07T12:47:04.306863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054e161c-8dfe-44e1-a999-af3167ff873f/?format=api"
        },
        {
            "id": "675e0fb7-b759-4147-91d4-00cf7a226638",
            "gambit_id": "754e1206-c8f5-467f-bc7a-cf3c0b2be005",
            "last_updated": "2022-09-07T12:47:04.307889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054e161c-8dfe-44e1-a999-af3167ff873f/?format=api"
        }
    ]
}