GET /api/bet_types/1254bc20-758a-4cd3-b2c5-ca429163e76f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1254bc20-758a-4cd3-b2c5-ca429163e76f",
    "match": "https://api-prod.gambitprofit.com/api/matches/53b87d3b-91f9-4f90-a007-2084b3b67b37/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:53:05.911257-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": "Rodrigo Nascimento",
                "amount": 6469.0
            },
            {
                "team": "Don Tale Mayes",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c36f271-1b8f-42a7-92ff-3e70fa70d9c4",
            "gambit_id": "226a1509-481b-4347-a602-37e25b1657f1",
            "last_updated": "2023-11-06T21:38:18.563156-05:00",
            "created_at": "2023-11-04T09:53:05.919271-04:00",
            "name": "Rodrigo Nascimento",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1254bc20-758a-4cd3-b2c5-ca429163e76f/?format=api"
        },
        {
            "id": "0bbfa11f-0e2f-4554-8abc-ad4c651b139f",
            "gambit_id": "142a9262-f4f5-4da3-85da-a7fb2b5ecd24",
            "last_updated": "2023-11-06T21:38:18.559216-05:00",
            "created_at": "2023-11-04T09:53:05.915351-04:00",
            "name": "Don Tale Mayes",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1254bc20-758a-4cd3-b2c5-ca429163e76f/?format=api"
        }
    ]
}