GET /api/bet_types/0912bb28-1fe4-4e8c-b578-030969e6268c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0912bb28-1fe4-4e8c-b578-030969e6268c",
    "match": "https://api-prod.gambitprofit.com/api/matches/15f8fb47-7ab9-4b26-9c39-deb9673907ac/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:01.804896-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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c31bea1-3683-4b7f-93d6-0d146153e281",
            "gambit_id": "f508085c-a363-4932-92c2-e3d2a040cdda",
            "last_updated": "2024-01-09T10:28:29.072744-05:00",
            "created_at": "2024-01-04T09:43:01.816302-05:00",
            "name": "Game Total Over 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0912bb28-1fe4-4e8c-b578-030969e6268c/?format=api"
        },
        {
            "id": "0bd1d395-f3e6-4838-be28-db14b494a001",
            "gambit_id": "f9ad2b3b-db08-4aec-9fcd-da9b3083ff0b",
            "last_updated": "2024-01-09T10:28:29.076281-05:00",
            "created_at": "2024-01-04T09:43:01.810200-05:00",
            "name": "Game Total Under 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0912bb28-1fe4-4e8c-b578-030969e6268c/?format=api"
        }
    ]
}