GET /api/bet_types/03de32f6-f174-4ed9-a57a-c1cc1dd63ee0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03de32f6-f174-4ed9-a57a-c1cc1dd63ee0",
    "match": "https://api-prod.gambitprofit.com/api/matches/76596e7b-5bdc-4cce-85b1-8c67c4b5bfda/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:22.560759-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": "Game Total Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7100509-901c-4ee9-af83-98618776379a",
            "gambit_id": "9dd64a2b-76f4-47f0-b296-c20a51dadb1e",
            "last_updated": "2024-01-19T20:28:12.920376-05:00",
            "created_at": "2024-01-18T10:18:22.570568-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03de32f6-f174-4ed9-a57a-c1cc1dd63ee0/?format=api"
        },
        {
            "id": "253b64fa-7cd6-4634-9f7c-a7b6bb142f6f",
            "gambit_id": "a6ea118b-1c2b-4c09-ab82-639090e8d9d1",
            "last_updated": "2024-01-19T20:28:12.917133-05:00",
            "created_at": "2024-01-18T10:18:22.564696-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03de32f6-f174-4ed9-a57a-c1cc1dd63ee0/?format=api"
        }
    ]
}