GET /api/bet_types/c763fd53-8352-4300-b6a0-13f499c56615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c763fd53-8352-4300-b6a0-13f499c56615",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57982f9-eecd-4045-b774-2ad97289900b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:06.733094-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "MIA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "abc4e50a-98b7-4161-8aa4-fa35ea7c48b1",
            "gambit_id": "7a242c83-6da0-4749-a958-f0cbdc8697dc",
            "last_updated": "2023-08-28T18:38:01.749511-04:00",
            "created_at": "2023-08-25T08:38:06.738739-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c763fd53-8352-4300-b6a0-13f499c56615/?format=api"
        },
        {
            "id": "c7a73924-ec0c-44d6-a3ca-58129e4d68ae",
            "gambit_id": "398edf27-3f3a-4257-9420-f6016cb91084",
            "last_updated": "2023-08-28T18:38:01.754389-04:00",
            "created_at": "2023-08-25T08:38:06.743148-04:00",
            "name": "MIA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c763fd53-8352-4300-b6a0-13f499c56615/?format=api"
        }
    ]
}