GET /api/bet_types/a3d8aa0c-6b97-493f-bb12-8e5d5fd084a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3d8aa0c-6b97-493f-bb12-8e5d5fd084a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e0a3491-d17f-4b4b-9de4-9da12bc3c643/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:06.855448-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": "ARI",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4909bad-d5f8-4a0a-b653-cd0d19ddd660",
            "gambit_id": "b73e8a7b-7096-4c8a-8726-3a4bbe130217",
            "last_updated": "2023-09-05T17:08:00.507413-04:00",
            "created_at": "2023-09-04T09:48:06.864717-04:00",
            "name": "ARI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d8aa0c-6b97-493f-bb12-8e5d5fd084a2/?format=api"
        },
        {
            "id": "6b471202-1907-4e40-8227-0caab85945d9",
            "gambit_id": "ba28bdec-44dd-47a1-903e-0428029e5869",
            "last_updated": "2023-09-05T17:08:00.504094-04:00",
            "created_at": "2023-09-04T09:48:06.859577-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d8aa0c-6b97-493f-bb12-8e5d5fd084a2/?format=api"
        }
    ]
}