GET /api/bet_types/8200646d-56df-4e69-aaa9-cc9545fb2be5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8200646d-56df-4e69-aaa9-cc9545fb2be5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c71a5422-65c0-4d79-bdd3-dec3b626f9d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:04.327326-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": "CLE (L Allen)",
                "amount": 5787.0
            },
            {
                "team": "KAN (A Cox)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec086d23-8d06-4a31-a91a-1c2328f09e51",
            "gambit_id": "ffd24cd4-e4f5-4761-a304-7e15f25712ab",
            "last_updated": "2023-06-29T17:53:19.254983-04:00",
            "created_at": "2023-06-28T08:48:04.329308-04:00",
            "name": "CLE (L Allen)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8200646d-56df-4e69-aaa9-cc9545fb2be5/?format=api"
        },
        {
            "id": "ce946253-1edc-4c86-8741-95938ff55025",
            "gambit_id": "5c45b6b5-f48a-49a7-a00f-504417da32a7",
            "last_updated": "2023-06-29T17:53:19.257379-04:00",
            "created_at": "2023-06-28T08:48:04.331553-04:00",
            "name": "KAN (A Cox)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8200646d-56df-4e69-aaa9-cc9545fb2be5/?format=api"
        }
    ]
}