GET /api/bet_types/3940778b-3f1b-4534-a743-a023c6a14858/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3940778b-3f1b-4534-a743-a023c6a14858",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33c3c6c-c456-411e-bd90-d2222c0214ad/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:11.826384-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.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "27c3716a-4615-49f6-b5ce-df205904eb39",
            "gambit_id": "552eee63-d853-4d7d-92b7-d8b10e4c7324",
            "last_updated": "2024-01-16T15:23:04.864195-05:00",
            "created_at": "2024-01-13T09:38:11.830744-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3940778b-3f1b-4534-a743-a023c6a14858/?format=api"
        },
        {
            "id": "51a67736-d31f-4576-81f3-c119ee290049",
            "gambit_id": "fa0be0ce-d6d2-4482-bf55-86a39f04dfcc",
            "last_updated": "2024-01-16T15:23:04.867507-05:00",
            "created_at": "2024-01-13T09:38:11.835079-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3940778b-3f1b-4534-a743-a023c6a14858/?format=api"
        }
    ]
}