GET /api/bet_types/7e044881-d4ab-4512-997e-dcd95373c4fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e044881-d4ab-4512-997e-dcd95373c4fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ab960a-b3ac-4fc3-b3e7-8eff05ed441f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:58.261334-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": "CHC",
                "amount": 5423.0
            },
            {
                "team": "COL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c8b27a2-eb3d-4df6-8356-4de3229eff68",
            "gambit_id": "0f605df3-e072-499f-8cde-97e2caccbaa6",
            "last_updated": "2023-09-15T10:23:22.819988-04:00",
            "created_at": "2023-09-13T09:07:58.265339-04:00",
            "name": "CHC",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e044881-d4ab-4512-997e-dcd95373c4fc/?format=api"
        },
        {
            "id": "f07749a6-f424-4464-a0d6-f0ae56b393d8",
            "gambit_id": "8c4a15ed-5fc7-4a0c-bb21-e86f8d28f384",
            "last_updated": "2023-09-15T10:23:22.823964-04:00",
            "created_at": "2023-09-13T09:07:58.270349-04:00",
            "name": "COL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e044881-d4ab-4512-997e-dcd95373c4fc/?format=api"
        }
    ]
}