GET /api/bet_types/d8e8421b-5db7-471d-bec5-79e156eb5a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8e8421b-5db7-471d-bec5-79e156eb5a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc8b9cb9-9016-44e6-ad69-b3eb724f7fee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:43:13.713798-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": "Nashville Predators",
                "amount": 7112.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "07ff4ee1-4540-4e1a-b7ad-8af701d6269a",
            "gambit_id": "89cf60e0-1bfd-475f-a456-20a07f41c31d",
            "last_updated": "2023-11-27T20:03:06.994859-05:00",
            "created_at": "2023-11-26T09:43:13.724179-05:00",
            "name": "Nashville Predators",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e8421b-5db7-471d-bec5-79e156eb5a95/?format=api"
        },
        {
            "id": "ea780a69-1906-4506-89d5-58280d53683f",
            "gambit_id": "f0d8af37-35d4-4630-9efe-969c0665be05",
            "last_updated": "2023-11-27T20:03:06.991723-05:00",
            "created_at": "2023-11-26T09:43:13.720049-05:00",
            "name": "Winnipeg Jets",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e8421b-5db7-471d-bec5-79e156eb5a95/?format=api"
        }
    ]
}