GET /api/bet_types/b03f0177-8d1f-4214-859d-6636597c6eb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b03f0177-8d1f-4214-859d-6636597c6eb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/274fe39e-5a09-4435-b7f6-aa891f6748f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-11T09:07:58.362284-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 6.5",
                "amount": 5688.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "c167574b-4e15-4fb9-bffb-b08d8b438199",
            "gambit_id": "4ac8f95c-80c8-4c68-a4a3-63d3a1b0dff1",
            "last_updated": "2023-10-12T11:28:04.386555-04:00",
            "created_at": "2023-10-11T09:07:58.368314-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03f0177-8d1f-4214-859d-6636597c6eb8/?format=api"
        },
        {
            "id": "9f6a49b6-53d8-43fd-9ce3-dabd4b087671",
            "gambit_id": "bdb5ed62-0337-43ce-be02-b5213fe70886",
            "last_updated": "2023-10-12T11:28:04.391725-04:00",
            "created_at": "2023-10-11T09:07:58.373912-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03f0177-8d1f-4214-859d-6636597c6eb8/?format=api"
        }
    ]
}