GET /api/bet_types/79d46e78-bbb7-4f17-ac36-caffb037b207/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79d46e78-bbb7-4f17-ac36-caffb037b207",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6086f37-962d-4c35-bb2c-c4bf50539faf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T09:32:59.972703-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 13",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 13",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0349285-95b5-4749-8f26-17235ed242c1",
            "gambit_id": "6be454b4-a0b0-4516-804c-8006406d4fa1",
            "last_updated": "2023-08-31T19:18:25.968911-04:00",
            "created_at": "2023-08-30T09:32:59.976792-04:00",
            "name": "Game Total Over 13",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d46e78-bbb7-4f17-ac36-caffb037b207/?format=api"
        },
        {
            "id": "d7d9766c-bd97-4b13-9174-d1a0af8295be",
            "gambit_id": "3a927d85-6b86-49dc-8273-6767c758968e",
            "last_updated": "2023-08-31T19:18:25.965721-04:00",
            "created_at": "2023-08-30T09:32:59.981410-04:00",
            "name": "Game Total Under 13",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d46e78-bbb7-4f17-ac36-caffb037b207/?format=api"
        }
    ]
}