GET /api/bet_types/2ddb7dcd-b67b-44c4-af22-ed8346aad411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ddb7dcd-b67b-44c4-af22-ed8346aad411",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d17904d-e879-4204-8ad7-96a9b59e151f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:07.978697-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": "HOU (H Brown)",
                "amount": 5776.0
            },
            {
                "team": "TAM (T Bradley)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "e58f0d74-7e4b-481d-a743-8f683f8f1ced",
            "gambit_id": "750df3ab-ca8f-4a3c-b2a1-03d1aac978cc",
            "last_updated": "2023-07-31T13:08:22.685745-04:00",
            "created_at": "2023-07-29T08:08:07.986991-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ddb7dcd-b67b-44c4-af22-ed8346aad411/?format=api"
        },
        {
            "id": "6c19f30b-5f36-456a-b54f-92c140af920b",
            "gambit_id": "7b2d71e5-3e4f-404f-9975-cfae5a567d33",
            "last_updated": "2023-07-31T13:08:22.681888-04:00",
            "created_at": "2023-07-29T08:08:07.983002-04:00",
            "name": "TAM (T Bradley)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ddb7dcd-b67b-44c4-af22-ed8346aad411/?format=api"
        }
    ]
}