GET /api/bet_types/accdeac8-4d6a-4b17-83f6-a5e96913fe49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "accdeac8-4d6a-4b17-83f6-a5e96913fe49",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbe55ff-5cda-49f1-b669-a51d7ca3b9d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:04.960177-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": "WAS (J Irvin)",
                "amount": 5652.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 4348.0
            }
        ],
        "expected_reward_tokens": 9608.4,
        "profit_sb": 108.4,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1bc325e-0ed0-4bb6-88b1-ee0b14cfeaef",
            "gambit_id": "88ee0f5d-d301-41c7-a5e7-248e4957242b",
            "last_updated": "2023-08-13T11:03:10.253770-04:00",
            "created_at": "2023-08-12T09:43:04.971520-04:00",
            "name": "WAS (J Irvin)",
            "reward": "1.70000",
            "odds": "1.72990",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/accdeac8-4d6a-4b17-83f6-a5e96913fe49/?format=api"
        },
        {
            "id": "a5cfe257-24bf-47d1-85ca-82919bc461ab",
            "gambit_id": "bbf5adcd-7479-4442-bc22-409cb5104546",
            "last_updated": "2023-08-13T11:03:10.250556-04:00",
            "created_at": "2023-08-12T09:43:04.965263-04:00",
            "name": "OAK (L Medina)",
            "reward": "2.21000",
            "odds": "2.27000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/accdeac8-4d6a-4b17-83f6-a5e96913fe49/?format=api"
        }
    ]
}