GET /api/bet_types/4f0d7cf5-79d0-418d-bdda-1bfecf3f894a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f0d7cf5-79d0-418d-bdda-1bfecf3f894a",
    "match": "https://api-prod.gambitprofit.com/api/matches/df0f187d-f103-4fc1-b3bd-3857795e929b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:02.069951-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": "Toronto Raptors",
                "amount": 5107.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d04796a-d62f-4e35-8071-4d0f69e8b262",
            "gambit_id": "14a04fab-ffda-4fa5-a34c-ebdb14f3b019",
            "last_updated": "2024-01-03T10:53:13.759620-05:00",
            "created_at": "2024-01-01T10:03:02.087711-05:00",
            "name": "Toronto Raptors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f0d7cf5-79d0-418d-bdda-1bfecf3f894a/?format=api"
        },
        {
            "id": "c66aeb87-e7b6-42a4-8ea3-453223356d9f",
            "gambit_id": "34db9028-b925-4a0c-814d-79b23df4049e",
            "last_updated": "2024-01-03T10:53:13.755964-05:00",
            "created_at": "2024-01-01T10:03:02.083778-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f0d7cf5-79d0-418d-bdda-1bfecf3f894a/?format=api"
        }
    ]
}