GET /api/bet_types/c5d13966-7e59-4e6e-bf93-aa3bfadfe781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5d13966-7e59-4e6e-bf93-aa3bfadfe781",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb03babc-36af-4af2-b67b-bbcaa15f199c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:16.316855-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b933b4b-0e63-469d-a196-74d34d7bcdee",
            "gambit_id": "bb4a74e4-a828-4289-83a0-545948386774",
            "last_updated": "2023-01-22T21:17:16.109619-05:00",
            "created_at": "2023-01-21T10:22:16.318043-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d13966-7e59-4e6e-bf93-aa3bfadfe781/?format=api"
        },
        {
            "id": "7b530933-5a3a-4fff-9c48-d13c3a2820d2",
            "gambit_id": "f5fa3668-3fcd-45d0-85e4-a0dedba887c5",
            "last_updated": "2023-01-22T21:17:16.110796-05:00",
            "created_at": "2023-01-21T10:22:16.319247-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5d13966-7e59-4e6e-bf93-aa3bfadfe781/?format=api"
        }
    ]
}