GET /api/bet_types/57fa01bd-3038-4018-aaf7-a5ca0fdb47c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57fa01bd-3038-4018-aaf7-a5ca0fdb47c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0308c2d9-640f-4073-addb-f0330a64e44f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:22.348237-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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9efe3873-c970-488b-aeb3-06c395d82aea",
            "gambit_id": "3d128f53-e2f8-47ca-aad5-de78c0b5f74b",
            "last_updated": "2024-01-17T22:23:11.609651-05:00",
            "created_at": "2024-01-15T10:23:22.352001-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57fa01bd-3038-4018-aaf7-a5ca0fdb47c3/?format=api"
        },
        {
            "id": "164bb3ce-6bd2-4df7-bdb2-097202abed01",
            "gambit_id": "0e14b5b9-11d1-48ec-9439-028c18757669",
            "last_updated": "2024-01-17T22:23:11.612880-05:00",
            "created_at": "2024-01-15T10:23:22.355989-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57fa01bd-3038-4018-aaf7-a5ca0fdb47c3/?format=api"
        }
    ]
}