GET /api/bet_types/683da88c-939e-485b-96c1-38f73da86496/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "683da88c-939e-485b-96c1-38f73da86496",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a9e6b2f-0e65-4b26-8497-e5245c4987d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:57.489631-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "3387abb8-befe-435e-9830-98ec2a609da8",
            "gambit_id": "28ab1d4f-c218-461e-ab97-cf69476cdb04",
            "last_updated": "2023-01-24T09:36:52.143902-05:00",
            "created_at": "2023-01-23T09:11:57.492139-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/683da88c-939e-485b-96c1-38f73da86496/?format=api"
        },
        {
            "id": "4c137144-c084-4d99-9725-636e342cad3e",
            "gambit_id": "b6615f04-a588-4532-9627-2b333633224b",
            "last_updated": "2023-01-24T09:36:52.142168-05:00",
            "created_at": "2023-01-23T09:11:57.490841-05:00",
            "name": "Utah Jazz",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/683da88c-939e-485b-96c1-38f73da86496/?format=api"
        }
    ]
}