GET /api/bet_types/717fc844-6ca8-44f6-84c0-0006cc39572c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "717fc844-6ca8-44f6-84c0-0006cc39572c",
    "match": "https://api-prod.gambitprofit.com/api/matches/307bf7b7-a33a-4ca6-af6d-9271122ecca9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:54.679937-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 Under 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "75d4d437-4c02-4d94-adab-519ba63c5e39",
            "gambit_id": "7064a285-4909-46af-9d15-bf3562527d41",
            "last_updated": "2023-03-19T17:01:58.761662-04:00",
            "created_at": "2023-03-18T08:46:54.682552-04:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717fc844-6ca8-44f6-84c0-0006cc39572c/?format=api"
        },
        {
            "id": "790e2382-a68b-4069-80d0-471dac2d12bc",
            "gambit_id": "e29a9850-81c5-45ad-b4de-675c164f306f",
            "last_updated": "2023-03-19T17:01:58.763233-04:00",
            "created_at": "2023-03-18T08:46:54.685477-04:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717fc844-6ca8-44f6-84c0-0006cc39572c/?format=api"
        }
    ]
}