GET /api/bet_types/a66edbe1-358f-4f09-8440-93618b5ecaaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a66edbe1-358f-4f09-8440-93618b5ecaaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/62d48be2-d159-4c9b-9b69-4136b6fda695/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:02.119129-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": "Kansas City Chiefs",
                "amount": 8368.0
            },
            {
                "team": "Denver Broncos",
                "amount": 1632.0
            }
        ],
        "expected_reward_tokens": 9286.08,
        "profit_sb": 286.08,
        "profit_sb_percentage": 3.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "350607a6-2f22-40da-8aa6-bf7785d6d3f2",
            "gambit_id": "45fa42f7-3b7b-45d3-8c60-2ee98e2a339b",
            "last_updated": "2023-01-02T11:17:12.199622-05:00",
            "created_at": "2023-01-01T09:22:02.120286-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.11000",
            "odds": "1.12660",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a66edbe1-358f-4f09-8440-93618b5ecaaa/?format=api"
        },
        {
            "id": "85afb69e-8c47-4807-a5dc-aece6ac5c39f",
            "gambit_id": "ddd33612-4cc0-45a7-bb39-4d06961e9a77",
            "last_updated": "2023-01-02T11:17:12.200751-05:00",
            "created_at": "2023-01-01T09:22:02.121491-05:00",
            "name": "Denver Broncos",
            "reward": "5.69000",
            "odds": "6.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a66edbe1-358f-4f09-8440-93618b5ecaaa/?format=api"
        }
    ]
}