GET /api/bet_types/468ae7bb-2399-42f9-9596-6d4a82774650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "468ae7bb-2399-42f9-9596-6d4a82774650",
    "match": "https://api-prod.gambitprofit.com/api/matches/de685e3a-5d54-4b79-b177-601ed6aad444/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:12:05.491172-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 Over 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9822444-56d5-4d5b-8548-e1ca7760f9d8",
            "gambit_id": "e9040ffb-e4a1-4025-95ac-7cf124d8c6c5",
            "last_updated": "2023-05-01T12:27:21.713915-04:00",
            "created_at": "2023-04-28T15:12:05.494525-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468ae7bb-2399-42f9-9596-6d4a82774650/?format=api"
        },
        {
            "id": "01d03528-2744-4c68-a7b1-acbe176fbb78",
            "gambit_id": "4d735001-9539-4494-92f0-3c4076580f34",
            "last_updated": "2023-05-01T12:27:21.712132-04:00",
            "created_at": "2023-04-28T15:12:05.492783-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468ae7bb-2399-42f9-9596-6d4a82774650/?format=api"
        }
    ]
}