GET /api/bet_types/9703e972-cb99-456a-b893-b30774e06b04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9703e972-cb99-456a-b893-b30774e06b04",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bf7a6da-b2c0-4fae-9b65-309ba4d07565/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:03.272269-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "43c1a275-baec-4a5f-a58c-4d2bbd8faa23",
            "gambit_id": "d9eda4bf-20c3-4857-a82e-b57b10d205d3",
            "last_updated": "2023-03-22T16:57:04.907918-04:00",
            "created_at": "2023-03-21T10:32:03.274582-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9703e972-cb99-456a-b893-b30774e06b04/?format=api"
        },
        {
            "id": "b3cf6728-d77b-4917-8479-a14ecafa3ba2",
            "gambit_id": "ca20eaf5-a09c-41db-8d32-665fd0132ea3",
            "last_updated": "2023-03-22T16:57:04.905399-04:00",
            "created_at": "2023-03-21T10:32:03.276534-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9703e972-cb99-456a-b893-b30774e06b04/?format=api"
        }
    ]
}