GET /api/bet_types/92433c41-84c6-4586-9e88-aeaed09ec404/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92433c41-84c6-4586-9e88-aeaed09ec404",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca2825c7-3207-4038-9a0e-e48aaae1d67f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:59.857976-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "948b44ad-b0ea-4759-83b7-c5a3d53f4e04",
            "gambit_id": "05a289b2-f9e3-4246-982a-7dbcf7f8eeab",
            "last_updated": "2023-05-09T11:22:21.998744-04:00",
            "created_at": "2023-05-08T11:46:59.860173-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92433c41-84c6-4586-9e88-aeaed09ec404/?format=api"
        },
        {
            "id": "38c9e9ed-1c3b-4172-9fcc-ee3855828f58",
            "gambit_id": "e35fb2a1-ef36-4578-a59a-3ecdcaab1551",
            "last_updated": "2023-05-09T11:22:22.000177-04:00",
            "created_at": "2023-05-08T11:46:59.862486-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92433c41-84c6-4586-9e88-aeaed09ec404/?format=api"
        }
    ]
}