GET /api/bet_types/78501bb6-0c73-4f26-a6e8-499fc611869e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78501bb6-0c73-4f26-a6e8-499fc611869e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b50df00-f1e7-4f8d-ab48-2c5dfe010d51/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:11.349602-05: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": "Chicago Bears",
                "amount": 5857.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5dfde3b-3cdd-4b86-8b2a-a2305f1bd9b2",
            "gambit_id": "17edbbb1-9ca1-42fb-a353-f7070ca47374",
            "last_updated": "2024-01-02T10:38:09.616734-05:00",
            "created_at": "2023-12-27T09:43:11.358185-05:00",
            "name": "Chicago Bears",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78501bb6-0c73-4f26-a6e8-499fc611869e/?format=api"
        },
        {
            "id": "7c7583b6-a1da-40e6-99d7-017a672f2137",
            "gambit_id": "3cbef5ba-f17e-4f89-aec4-d2e77927e81c",
            "last_updated": "2024-01-02T10:38:09.613447-05:00",
            "created_at": "2023-12-27T09:43:11.353795-05:00",
            "name": "Atlanta Falcons",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78501bb6-0c73-4f26-a6e8-499fc611869e/?format=api"
        }
    ]
}