GET /api/bet_types/060719d6-00fb-4268-b7fa-02fd7f94fd40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "060719d6-00fb-4268-b7fa-02fd7f94fd40",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c01a5de-487d-49de-86fe-d53741cb69e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T11:52:03.581387-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": "Atlanta Hawks",
                "amount": 8486.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5533351-cbb0-4193-8231-394cfc0152f0",
            "gambit_id": "9cb9aab1-9650-47e9-b762-c175eabf916e",
            "last_updated": "2023-04-06T13:17:09.553159-04:00",
            "created_at": "2023-04-05T11:52:03.583172-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/060719d6-00fb-4268-b7fa-02fd7f94fd40/?format=api"
        },
        {
            "id": "6cce020d-407d-4f3d-b626-a8e2b91142cb",
            "gambit_id": "20e9ee61-5897-4c80-ae62-14a930e4be08",
            "last_updated": "2023-04-06T13:17:09.555324-04:00",
            "created_at": "2023-04-05T11:52:03.585494-04:00",
            "name": "Washington Wizards",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/060719d6-00fb-4268-b7fa-02fd7f94fd40/?format=api"
        }
    ]
}