GET /api/bet_types/03dd9122-d78f-40e0-a404-3c7307258a88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03dd9122-d78f-40e0-a404-3c7307258a88",
    "match": "https://api-prod.gambitprofit.com/api/matches/31638583-5fc0-4496-92b3-19921712d7ff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:15.908034-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c70d583-e377-4fa8-a0a2-37c5af087a60",
            "gambit_id": "467f973e-490b-4966-b24c-d981cfad2218",
            "last_updated": "2023-12-19T17:17:57.924961-05:00",
            "created_at": "2023-12-18T09:53:15.913236-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03dd9122-d78f-40e0-a404-3c7307258a88/?format=api"
        },
        {
            "id": "8e38752f-2d20-4ca4-8df8-ecfbc4a0201b",
            "gambit_id": "7efde357-0fba-4c0d-b253-fe37428d849f",
            "last_updated": "2023-12-19T17:17:57.928799-05:00",
            "created_at": "2023-12-18T09:53:15.919186-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03dd9122-d78f-40e0-a404-3c7307258a88/?format=api"
        }
    ]
}