GET /api/bet_types/cabab73c-9f8e-496b-a3f9-4e6ab448eff4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cabab73c-9f8e-496b-a3f9-4e6ab448eff4",
    "match": "https://api-prod.gambitprofit.com/api/matches/cde2e7f2-62f2-4632-901e-0bb1b1cce5a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:58.428828-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": "New Orleans Saints",
                "amount": 5094.0
            },
            {
                "team": "Houston Texans",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "39e62614-de13-40f3-aafd-227a7a882542",
            "gambit_id": "493aaf09-1c46-42d0-bdb4-aec605795ef0",
            "last_updated": "2023-10-16T18:28:00.370229-04:00",
            "created_at": "2023-10-12T10:57:58.433221-04:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cabab73c-9f8e-496b-a3f9-4e6ab448eff4/?format=api"
        },
        {
            "id": "21730056-8ea3-4289-a8dc-25d61ba258a6",
            "gambit_id": "464abccb-9629-4c64-92aa-5a9033e3e4e2",
            "last_updated": "2023-10-16T18:28:00.374096-04:00",
            "created_at": "2023-10-12T10:57:58.437751-04:00",
            "name": "Houston Texans",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cabab73c-9f8e-496b-a3f9-4e6ab448eff4/?format=api"
        }
    ]
}