GET /api/bet_types/87350001-7bc4-48a0-a68e-779e5897f74f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87350001-7bc4-48a0-a68e-779e5897f74f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e588d8-4d56-44f2-a642-7afc277737e1/?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 6.5",
                "amount": 5397.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6fa8e02-fe4b-467a-8948-729b9b37fab9",
            "gambit_id": "3fee1c2f-95f4-48c0-ae5b-0e8f0d67bf9d",
            "last_updated": "2022-11-14T10:58:07.773019-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87350001-7bc4-48a0-a68e-779e5897f74f/?format=api"
        },
        {
            "id": "896e4445-599b-48a1-b519-3d56db31db31",
            "gambit_id": "247c6f78-4adf-4dec-9cca-2b0acc9c80d4",
            "last_updated": "2022-11-14T10:58:07.771843-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87350001-7bc4-48a0-a68e-779e5897f74f/?format=api"
        }
    ]
}