GET /api/bet_types/db91a506-73cb-434c-8cb4-d3e8e2c68e3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db91a506-73cb-434c-8cb4-d3e8e2c68e3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c05b08ac-0c5d-42d1-a84a-24901a4be512/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:16.007829-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": "Minnesota Timberwolves",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "53fc14ba-8de7-4b47-928b-a7bb3151f414",
            "gambit_id": "858fef57-7119-4132-86bb-04343d5b7420",
            "last_updated": "2024-01-01T13:23:29.820189-05:00",
            "created_at": "2023-12-30T10:43:16.016947-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db91a506-73cb-434c-8cb4-d3e8e2c68e3c/?format=api"
        },
        {
            "id": "2552a100-16bf-4b1d-854a-44314b739be7",
            "gambit_id": "b8ddde45-f70b-46bc-8448-ac71bc3b09d9",
            "last_updated": "2024-01-01T13:23:29.816628-05:00",
            "created_at": "2023-12-30T10:43:16.012593-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db91a506-73cb-434c-8cb4-d3e8e2c68e3c/?format=api"
        }
    ]
}