GET /api/bet_types/994320fc-652d-479a-b3a2-9ac938242533/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "994320fc-652d-479a-b3a2-9ac938242533",
    "match": "https://api-prod.gambitprofit.com/api/matches/a843f024-918c-4fc5-9409-80d12c9b7eab/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Over 2.5",
                "amount": 5099.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4901.0
            }
        ],
        "expected_reward_tokens": 8821.27,
        "profit_sb": -178.73,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "499d3127-9998-43e5-b95a-5c756e7ea8b3",
            "gambit_id": "6cbf81b6-3d1b-4ae7-a4f0-a0c1c619afc4",
            "last_updated": "2022-09-19T09:47:28.308093-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994320fc-652d-479a-b3a2-9ac938242533/?format=api"
        },
        {
            "id": "ec34fc74-e612-4c6b-885c-910421c86c13",
            "gambit_id": "58cb0a70-32db-4a92-aafe-6be2b376e112",
            "last_updated": "2022-09-19T09:47:28.306793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994320fc-652d-479a-b3a2-9ac938242533/?format=api"
        }
    ]
}