GET /api/bet_types/3e0c641c-4de6-4627-b239-195037fc9491/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e0c641c-4de6-4627-b239-195037fc9491",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed34f7b-917a-4690-834b-0bbb6621cc62/?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": 5397.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe12bc3a-39ea-43e3-8167-ba689a43270d",
            "gambit_id": "fe16b505-8481-4694-9f64-b012876636f1",
            "last_updated": "2022-11-11T21:27:15.649064-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0c641c-4de6-4627-b239-195037fc9491/?format=api"
        },
        {
            "id": "4c9127dd-d329-45d6-9552-111ab7c9321f",
            "gambit_id": "6081cf39-fdc1-4608-a538-fa97a0b6afd3",
            "last_updated": "2022-11-11T21:27:15.650237-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0c641c-4de6-4627-b239-195037fc9491/?format=api"
        }
    ]
}