GET /api/bet_types/87b8b03c-b4d2-4f5b-85a4-fe9897a2c6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87b8b03c-b4d2-4f5b-85a4-fe9897a2c6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ca00c1d-d555-4486-a8b2-c247c3ba442e/?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 7",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "12e68b37-8348-4912-9975-8e713aea3ca7",
            "gambit_id": "7c62404c-64fa-4dde-92ed-0023a258b50d",
            "last_updated": "2022-10-06T10:17:06.125497-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87b8b03c-b4d2-4f5b-85a4-fe9897a2c6f8/?format=api"
        },
        {
            "id": "4ca8b20c-912f-4028-8814-cb4bc024d7b4",
            "gambit_id": "0479a4e7-20b3-4211-a8be-059d38b7187c",
            "last_updated": "2022-10-06T10:17:06.126555-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87b8b03c-b4d2-4f5b-85a4-fe9897a2c6f8/?format=api"
        }
    ]
}