GET /api/bet_types/5f1a08cb-4864-472b-859e-eae7d69dab3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f1a08cb-4864-472b-859e-eae7d69dab3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6681fc1c-d484-42d1-8fb9-e70e1d0085a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:54.861738-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbe61709-9c2f-4f38-bc95-5738c548df83",
            "gambit_id": "cdb26b5a-63ae-40e0-a3db-d50d32b14272",
            "last_updated": "2023-01-26T10:57:02.470246-05:00",
            "created_at": "2023-01-25T09:46:54.864112-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1a08cb-4864-472b-859e-eae7d69dab3d/?format=api"
        },
        {
            "id": "d8b74799-5001-4506-86b7-30ed1bc4caed",
            "gambit_id": "8696bc81-7465-4ad4-8dac-fd40844c3fef",
            "last_updated": "2023-01-26T10:57:02.468500-05:00",
            "created_at": "2023-01-25T09:46:54.862874-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1a08cb-4864-472b-859e-eae7d69dab3d/?format=api"
        }
    ]
}