GET /api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5af234f5-e66e-4d93-9558-7651471ada83",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?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": "Detroit Lions",
                "amount": 5676.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "efa3f770-e39d-4169-9cdb-21b18a5e4116",
            "gambit_id": "c3c99966-c817-4e03-97aa-c771dccffe25",
            "last_updated": "2022-08-13T11:02:04.920341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
        },
        {
            "id": "66c5ff63-be57-45a7-a6de-e7fb416e1cd2",
            "gambit_id": "cde72725-318d-4695-a74f-42241c977515",
            "last_updated": "2022-08-13T11:02:04.920775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
        }
    ]
}