GET /api/bet_types/deeabaaa-c869-4986-a8e1-159d2501b8f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deeabaaa-c869-4986-a8e1-159d2501b8f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/85630192-b17e-4192-a93a-4707854b4a2d/?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": 5207.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec899927-5d88-40dc-9cf4-63f891fa57d2",
            "gambit_id": "b43e7a09-0686-451a-a924-b0136f01e818",
            "last_updated": "2022-09-11T18:32:18.543602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeabaaa-c869-4986-a8e1-159d2501b8f7/?format=api"
        },
        {
            "id": "a539ff91-da0f-4b90-81ae-99b1048bbea6",
            "gambit_id": "ca2c0aa8-0147-487e-9771-e450ea8e8553",
            "last_updated": "2022-09-11T18:32:18.544739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeabaaa-c869-4986-a8e1-159d2501b8f7/?format=api"
        }
    ]
}