GET /api/bet_types/a908fc08-dcee-4023-b81e-0ea01590fcdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a908fc08-dcee-4023-b81e-0ea01590fcdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/13304f03-0616-4045-8f1d-81f1228c3b4a/?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": "BAL (S Watkins)",
                "amount": 6196.0
            },
            {
                "team": "PIT (B Wilson)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3c4ef48-3f5e-4bef-9003-be0ca8a2efb1",
            "gambit_id": "23661005-1118-44c5-9268-4cf5e078aea2",
            "last_updated": "2022-08-08T11:02:07.974230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (S Watkins)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a908fc08-dcee-4023-b81e-0ea01590fcdc/?format=api"
        },
        {
            "id": "a8733e4f-1334-462d-a5ff-da375b4acad2",
            "gambit_id": "fad5fb07-f9b3-423e-9be9-1fef0e92d7d7",
            "last_updated": "2022-08-08T11:02:07.973683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (B Wilson)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a908fc08-dcee-4023-b81e-0ea01590fcdc/?format=api"
        }
    ]
}