GET /api/bet_types/5068c09d-ccda-42d9-bf74-01af1b88052e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5068c09d-ccda-42d9-bf74-01af1b88052e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cde2e7f2-62f2-4632-901e-0bb1b1cce5a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:58.454961-04: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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ad84be6-7b98-474e-bb18-722eebf59fe3",
            "gambit_id": "f4f56b88-9b72-4c1d-a252-e20237619cde",
            "last_updated": "2023-10-16T18:28:00.390780-04:00",
            "created_at": "2023-10-12T10:57:58.462246-04:00",
            "name": "Game Total Under 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5068c09d-ccda-42d9-bf74-01af1b88052e/?format=api"
        },
        {
            "id": "164968f7-6f95-46af-9cba-3bb44be9698e",
            "gambit_id": "88d43cae-205c-471b-838f-6280f3d02313",
            "last_updated": "2023-10-16T18:28:00.394113-04:00",
            "created_at": "2023-10-12T10:57:58.458440-04:00",
            "name": "Game Total Over 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5068c09d-ccda-42d9-bf74-01af1b88052e/?format=api"
        }
    ]
}