GET /api/bet_types/bc1e1495-5a53-4aff-9822-e48ea06816c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc1e1495-5a53-4aff-9822-e48ea06816c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/53a2bdd1-ccc0-45e3-a75d-4db701a313d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:20.706363-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": "NYY (G Cole)",
                "amount": 6825.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "34a56dc8-c14f-4957-a93d-5d473d3d4a2a",
            "gambit_id": "1287c933-58b9-4c5f-9d92-f6ebff5b0fdd",
            "last_updated": "2023-09-06T22:53:25.239282-04:00",
            "created_at": "2023-09-05T09:53:20.716459-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1e1495-5a53-4aff-9822-e48ea06816c7/?format=api"
        },
        {
            "id": "a7c4e15d-9494-4c52-b3f5-58269a22b387",
            "gambit_id": "ce3e8d1f-93f6-4b30-8d4b-f17cedf0d4db",
            "last_updated": "2023-09-06T22:53:25.235507-04:00",
            "created_at": "2023-09-05T09:53:20.711694-04:00",
            "name": "DET (A Faedo)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1e1495-5a53-4aff-9822-e48ea06816c7/?format=api"
        }
    ]
}