GET /api/bet_types/9fe1ea96-1b46-4aaa-9764-26f9169f772b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fe1ea96-1b46-4aaa-9764-26f9169f772b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea702ea0-61cc-444d-9c7a-d94f113c4be7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T08:13:22.704188-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "67ed97e3-0624-4f5d-b35e-d20583570c3b",
            "gambit_id": "a98d5863-be35-4fa2-9b41-9b42dd9110c6",
            "last_updated": "2023-07-25T20:27:56.433500-04:00",
            "created_at": "2023-07-24T08:13:22.715954-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fe1ea96-1b46-4aaa-9764-26f9169f772b/?format=api"
        },
        {
            "id": "290030e5-404f-449c-971b-a83bec790086",
            "gambit_id": "a35a85ff-3db2-4291-b1db-dfa3210ccb9c",
            "last_updated": "2023-07-25T20:27:56.430035-04:00",
            "created_at": "2023-07-24T08:13:22.707738-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fe1ea96-1b46-4aaa-9764-26f9169f772b/?format=api"
        }
    ]
}