GET /api/bet_types/712f15fc-f719-433c-99a4-8d9bf4e0ae14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "712f15fc-f719-433c-99a4-8d9bf4e0ae14",
    "match": "https://api-prod.gambitprofit.com/api/matches/dff37432-fe23-44e0-a0fd-1a121ae3a431/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:05.604928-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": "NYM (M Scherzer)",
                "amount": 6353.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ed21f1b-e44a-4efe-a69f-ad23118e0365",
            "gambit_id": "c2af542d-c47c-4475-aa25-bb37786b3004",
            "last_updated": "2023-05-16T18:37:20.154662-04:00",
            "created_at": "2023-05-09T11:07:05.608271-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712f15fc-f719-433c-99a4-8d9bf4e0ae14/?format=api"
        },
        {
            "id": "d8a255c7-27ec-4e6f-ade8-b55225012fa9",
            "gambit_id": "5b834e33-aa29-4bc4-b544-86d8c44a1056",
            "last_updated": "2023-05-16T18:37:20.153073-04:00",
            "created_at": "2023-05-09T11:07:05.606569-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/712f15fc-f719-433c-99a4-8d9bf4e0ae14/?format=api"
        }
    ]
}