GET /api/bet_types/29acd739-9d71-4a1a-9e78-fb772c3d8cc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29acd739-9d71-4a1a-9e78-fb772c3d8cc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b0570b-f56c-4303-9b71-c38b0521772b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:19.406262-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": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "092e61a4-4726-45cc-87c6-2138ecb246ce",
            "gambit_id": "71b2870b-094c-427c-904e-7b109d5e527e",
            "last_updated": "2023-12-09T11:43:27.856829-05:00",
            "created_at": "2023-12-08T09:38:19.415372-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29acd739-9d71-4a1a-9e78-fb772c3d8cc7/?format=api"
        },
        {
            "id": "a46e299b-ca98-4a22-8874-fc2256b18154",
            "gambit_id": "4c3580a1-140f-489e-88f7-94cba8cdaff4",
            "last_updated": "2023-12-09T11:43:27.853546-05:00",
            "created_at": "2023-12-08T09:38:19.410500-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29acd739-9d71-4a1a-9e78-fb772c3d8cc7/?format=api"
        }
    ]
}