GET /api/bet_types/3218cf99-2e1f-4ffe-94e9-7df5830f01c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3218cf99-2e1f-4ffe-94e9-7df5830f01c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/30eaf459-2b95-42ab-aa4d-bc1c5bc5fb82/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T11:07:19.274796-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": "Total Rounds Under 4.5",
                "amount": 5403.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4597.0
            }
        ],
        "expected_reward_tokens": 9239.13,
        "profit_sb": -260.87,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c69ffe7-2333-4cac-85ed-020066a10059",
            "gambit_id": "1360d7ad-4230-4e2b-b4f3-f4951c71b14d",
            "last_updated": "2023-04-09T12:37:12.469811-04:00",
            "created_at": "2023-04-08T11:07:19.277303-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3218cf99-2e1f-4ffe-94e9-7df5830f01c6/?format=api"
        },
        {
            "id": "62e4a87f-02b7-4aca-b04b-a9e1f9530c1a",
            "gambit_id": "30015f60-f686-4090-8699-4109d7536701",
            "last_updated": "2023-04-09T12:37:12.472697-04:00",
            "created_at": "2023-04-08T11:07:19.279531-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3218cf99-2e1f-4ffe-94e9-7df5830f01c6/?format=api"
        }
    ]
}