GET /api/bet_types/489ceb80-d88a-4ac6-afa9-d6d3b3478bc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "489ceb80-d88a-4ac6-afa9-d6d3b3478bc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f53549fd-21db-46e7-810c-394c3f0593af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-19T10:03:05.079406-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f352a93-d96d-49c0-97e1-49872261f1f7",
            "gambit_id": "67675e5b-5ca8-46a1-91ad-fee3265ba851",
            "last_updated": "2023-11-21T09:13:07.534708-05:00",
            "created_at": "2023-11-19T10:03:05.088177-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/489ceb80-d88a-4ac6-afa9-d6d3b3478bc1/?format=api"
        },
        {
            "id": "465f68bb-7274-4c6f-8551-361df3b79541",
            "gambit_id": "c4d8b86b-4bad-4448-9f14-dbf375cbef38",
            "last_updated": "2023-11-21T09:13:07.529760-05:00",
            "created_at": "2023-11-19T10:03:05.083547-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/489ceb80-d88a-4ac6-afa9-d6d3b3478bc1/?format=api"
        }
    ]
}