GET /api/bet_types/259ef738-31af-4afe-8e8d-aac23cbbdb2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "259ef738-31af-4afe-8e8d-aac23cbbdb2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/816a5644-5b2c-4354-894c-094c2999f825/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-28T08:23:04.743332-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": "SFO (L Webb)",
                "amount": 5578.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "f57e40ea-573a-49e1-b2b9-7a725a310024",
            "gambit_id": "708ce32d-cf46-45fc-897b-a71ca34f800b",
            "last_updated": "2023-07-29T09:28:00.986047-04:00",
            "created_at": "2023-07-28T08:23:04.757710-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259ef738-31af-4afe-8e8d-aac23cbbdb2c/?format=api"
        },
        {
            "id": "3d0a01e3-e158-4b03-93a1-5a513899ca6c",
            "gambit_id": "de972b19-c431-4a03-bc11-3dc98e14ad5f",
            "last_updated": "2023-07-29T09:28:00.981991-04:00",
            "created_at": "2023-07-28T08:23:04.747905-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.17000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259ef738-31af-4afe-8e8d-aac23cbbdb2c/?format=api"
        }
    ]
}