GET /api/bet_types/69c1069a-6032-4948-9ac3-ba285bac74a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69c1069a-6032-4948-9ac3-ba285bac74a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7538c1d0-5db4-4a29-b979-a9924d383fe1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-18T09:43:10.967175-04: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": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "71bf32b6-f38b-4616-80f7-9bdd3f451327",
            "gambit_id": "95475b14-490e-418f-806b-c352cdbbddbb",
            "last_updated": "2023-06-19T17:08:22.266937-04:00",
            "created_at": "2023-06-18T09:43:10.968837-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69c1069a-6032-4948-9ac3-ba285bac74a7/?format=api"
        },
        {
            "id": "4bb33c3b-880b-4915-a171-f4bac5ff9c2c",
            "gambit_id": "c3f07958-d82b-4686-8bd4-df7847bf31d5",
            "last_updated": "2023-06-19T17:08:22.269939-04:00",
            "created_at": "2023-06-18T09:43:10.970581-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69c1069a-6032-4948-9ac3-ba285bac74a7/?format=api"
        }
    ]
}