GET /api/bet_types/41867a35-7ac0-404a-ab3b-679156cc63bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41867a35-7ac0-404a-ab3b-679156cc63bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a41f490f-3aee-467a-a567-4ed197fe629c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:07.484114-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": "KAN",
                "amount": 5214.0
            },
            {
                "team": "SDG",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ecdc194-2326-43ad-b1e5-f925c856e4cd",
            "gambit_id": "99f60caf-59ca-46e9-873a-aead20f12e79",
            "last_updated": "2023-05-18T11:47:16.357156-04:00",
            "created_at": "2023-05-16T09:47:07.488276-04:00",
            "name": "KAN",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41867a35-7ac0-404a-ab3b-679156cc63bd/?format=api"
        },
        {
            "id": "d4e669ed-97f9-431f-ae1e-7bb629557e85",
            "gambit_id": "fe1d43c4-a7c1-42d0-b45f-30232e33d3e6",
            "last_updated": "2023-05-18T11:47:16.354953-04:00",
            "created_at": "2023-05-16T09:47:07.486145-04:00",
            "name": "SDG",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41867a35-7ac0-404a-ab3b-679156cc63bd/?format=api"
        }
    ]
}