GET /api/bet_types/9f35aca2-8c91-441d-ad01-38d71b5ed673/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f35aca2-8c91-441d-ad01-38d71b5ed673",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef0e5127-a56f-4fce-bc0a-5b2e458a1279/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:21.417216-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": "Philadelphia 76ers",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "63e6e440-dd86-4356-9483-f86df0987e34",
            "gambit_id": "9dac657f-3970-449f-8eca-f152485fcf97",
            "last_updated": "2024-02-07T01:52:59.445544-05:00",
            "created_at": "2024-02-05T10:03:21.427845-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f35aca2-8c91-441d-ad01-38d71b5ed673/?format=api"
        },
        {
            "id": "c7a97c4a-1dd9-4cda-b6dc-12746d534603",
            "gambit_id": "4ab41e5d-468a-4de1-9a99-d2fdf74dd643",
            "last_updated": "2024-02-07T01:52:59.442158-05:00",
            "created_at": "2024-02-05T10:03:21.424049-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f35aca2-8c91-441d-ad01-38d71b5ed673/?format=api"
        }
    ]
}