GET /api/bet_types/0247c4fd-a5e8-4c07-bca7-64fd2a626c99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0247c4fd-a5e8-4c07-bca7-64fd2a626c99",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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 9",
                "amount": 5313.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfa1ead8-af8a-4ccd-a339-6d2654c98c26",
            "gambit_id": "ffd491df-de37-472d-9565-ebda04a1ac60",
            "last_updated": "2022-08-21T12:47:06.966200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0247c4fd-a5e8-4c07-bca7-64fd2a626c99/?format=api"
        },
        {
            "id": "ba3cbd47-b73b-4f6f-acdb-db5f9a4d3c15",
            "gambit_id": "b61cbef1-84f1-43cf-8137-eecfe3f8f567",
            "last_updated": "2022-08-21T12:47:06.965664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0247c4fd-a5e8-4c07-bca7-64fd2a626c99/?format=api"
        }
    ]
}