GET /api/bet_types/81d4355a-c438-4236-acc9-8ea3c62d142c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81d4355a-c438-4236-acc9-8ea3c62d142c",
    "match": "https://api-prod.gambitprofit.com/api/matches/937b2162-b7fe-4302-9e2e-3cd9fcbf2d4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:11.767856-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": "TEX",
                "amount": 6241.0
            },
            {
                "team": "BAL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "376f5525-b5e3-43d6-8f82-2f369d22e3ee",
            "gambit_id": "945ea4c3-f721-4758-8a6c-dff8fe4cd5de",
            "last_updated": "2023-05-27T16:07:12.412725-04:00",
            "created_at": "2023-05-26T11:52:11.770928-04:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d4355a-c438-4236-acc9-8ea3c62d142c/?format=api"
        },
        {
            "id": "361edad1-e101-4de1-b1ef-9d0f079fd2ff",
            "gambit_id": "8c4dea28-3b38-413a-bb30-86215a61ffc7",
            "last_updated": "2023-05-27T16:07:12.415236-04:00",
            "created_at": "2023-05-26T11:52:11.773467-04:00",
            "name": "BAL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d4355a-c438-4236-acc9-8ea3c62d142c/?format=api"
        }
    ]
}