GET /api/bet_types/d030c90c-caa3-457b-a0df-49a9ab8b47eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d030c90c-caa3-457b-a0df-49a9ab8b47eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/da36653c-dfa3-4bd4-8b55-2d5e622cd502/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:56.550248-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": "Boston Celtics",
                "amount": 5107.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "62e60802-82e9-4e07-85b9-bf009a7ebbc4",
            "gambit_id": "99ac8a9a-1d8b-4408-8672-6ccb68470e75",
            "last_updated": "2024-01-10T10:03:15.414291-05:00",
            "created_at": "2024-01-08T09:02:56.558333-05:00",
            "name": "Boston Celtics",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d030c90c-caa3-457b-a0df-49a9ab8b47eb/?format=api"
        },
        {
            "id": "52ca39af-ad4c-4bee-a4e1-d08ef898f74a",
            "gambit_id": "50a5b6cd-75bd-4c53-b4f2-9e67e8b1c85a",
            "last_updated": "2024-01-10T10:03:15.410611-05:00",
            "created_at": "2024-01-08T09:02:56.554006-05:00",
            "name": "Indiana Pacers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d030c90c-caa3-457b-a0df-49a9ab8b47eb/?format=api"
        }
    ]
}