GET /api/bet_types/2916d99b-d779-4f7d-a6b5-42d90b95c8b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2916d99b-d779-4f7d-a6b5-42d90b95c8b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c8d24de-df5d-409a-9de0-635813965113/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:55.483391-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": "Ottawa Senators",
                "amount": 6241.0
            },
            {
                "team": "New York Rangers",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "5beebf5e-f54a-46cc-8ed6-646d2e599826",
            "gambit_id": "8c3694a1-b6e1-4543-9a4a-647a20c038a4",
            "last_updated": "2023-12-06T09:43:12.858171-05:00",
            "created_at": "2023-12-05T08:52:55.492708-05:00",
            "name": "Ottawa Senators",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2916d99b-d779-4f7d-a6b5-42d90b95c8b6/?format=api"
        },
        {
            "id": "6fabc610-df20-4f46-8e90-ec485517daf1",
            "gambit_id": "de522c43-e90f-4f14-90e7-136b46db499b",
            "last_updated": "2023-12-06T09:43:12.854796-05:00",
            "created_at": "2023-12-05T08:52:55.487742-05:00",
            "name": "New York Rangers",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2916d99b-d779-4f7d-a6b5-42d90b95c8b6/?format=api"
        }
    ]
}