GET /api/bet_types/7f207130-889b-4aaf-a4da-c2613d9b4d63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f207130-889b-4aaf-a4da-c2613d9b4d63",
    "match": "https://api-prod.gambitprofit.com/api/matches/faebd09d-f500-42cc-9772-7841ae3ba866/?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": "Game Total Under 6.5",
                "amount": 5306.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "05bf08bc-0330-4077-81cb-65ffb2eaed47",
            "gambit_id": "a4df6269-83c6-42bc-a9d0-80591074cb31",
            "last_updated": "2022-12-22T20:42:22.250269-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f207130-889b-4aaf-a4da-c2613d9b4d63/?format=api"
        },
        {
            "id": "ad25b46e-def9-45bb-9f21-2c636337fda4",
            "gambit_id": "9b6aa868-4900-430c-aca3-6bd426dff47f",
            "last_updated": "2022-12-22T20:42:22.251399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f207130-889b-4aaf-a4da-c2613d9b4d63/?format=api"
        }
    ]
}