GET /api/bet_types/c2c223ef-6c28-4c63-a258-fafc6b463ceb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c223ef-6c28-4c63-a258-fafc6b463ceb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Buffalo Bills",
                "amount": 5791.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "bbdf0b8c-3ba6-4a04-a2db-bdb6d576d64a",
            "gambit_id": "0ff1fbbe-710a-4b06-810f-9ecc9a537fff",
            "last_updated": "2022-10-17T15:12:30.084867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c223ef-6c28-4c63-a258-fafc6b463ceb/?format=api"
        },
        {
            "id": "0881c4c3-c97c-462b-8773-2f3b59d6241d",
            "gambit_id": "9d57e54a-313f-47ac-8ba0-16402315a8e4",
            "last_updated": "2022-10-17T15:12:30.083873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c223ef-6c28-4c63-a258-fafc6b463ceb/?format=api"
        }
    ]
}