GET /api/bet_types/02909918-4a74-4f96-a89a-971dc53f0e6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02909918-4a74-4f96-a89a-971dc53f0e6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9a08d63-0ca9-415d-b598-8d149c6faf0d/?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 Over 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "629f2562-45f3-421b-bd87-0530501e06b7",
            "gambit_id": "25e076f9-acc1-47ff-b61f-c273213b94b3",
            "last_updated": "2022-09-25T19:57:08.394484-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02909918-4a74-4f96-a89a-971dc53f0e6f/?format=api"
        },
        {
            "id": "15175a58-6b38-4be9-abe6-cb2165e0e280",
            "gambit_id": "6da87ff3-b2ac-4529-80e5-568d0c9c4a5a",
            "last_updated": "2022-09-25T19:57:08.393319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02909918-4a74-4f96-a89a-971dc53f0e6f/?format=api"
        }
    ]
}