GET /api/bet_types/c741ac45-40f1-4bc8-8f54-98d1de958c00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c741ac45-40f1-4bc8-8f54-98d1de958c00",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b093a54-cff3-4cb3-b77e-cf9e7abb03cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-03T11:51:58.768283-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 2.5",
                "amount": 5156.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 8816.08,
        "profit_sb": -183.92,
        "profit_sb_percentage": -2.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "702790fd-aaa4-4946-9bdd-7bea29017799",
            "gambit_id": "318d7bcb-06e6-47a2-8b1c-20633507916c",
            "last_updated": "2023-01-04T09:51:59.102283-05:00",
            "created_at": "2023-01-03T11:51:58.770718-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c741ac45-40f1-4bc8-8f54-98d1de958c00/?format=api"
        },
        {
            "id": "d56d4034-1c82-4bb4-b17c-dfe5c35841c6",
            "gambit_id": "8e93ef8b-1c59-4de4-8706-ed2b49923d9f",
            "last_updated": "2023-01-04T09:51:59.101164-05:00",
            "created_at": "2023-01-03T11:51:58.769492-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.82000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c741ac45-40f1-4bc8-8f54-98d1de958c00/?format=api"
        }
    ]
}