GET /api/bet_types/2a135687-2ae3-4417-bd89-6b41cee246d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a135687-2ae3-4417-bd89-6b41cee246d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2c0abc0-ce6a-406a-8f63-eec55e5505fc/?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": "North Carolina",
                "amount": 5780.0
            },
            {
                "team": "Pittsburgh",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "528a706c-5344-4b37-89c5-1c88c48b9716",
            "gambit_id": "26e39a19-8e7a-4bcc-ab54-29f1570bc418",
            "last_updated": "2022-10-31T10:17:27.749592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a135687-2ae3-4417-bd89-6b41cee246d5/?format=api"
        },
        {
            "id": "1739c9dd-be53-4628-877f-ed3781e6475c",
            "gambit_id": "3477b68d-0c0c-4fa5-be33-bc3895fcef3a",
            "last_updated": "2022-10-31T10:17:27.750520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a135687-2ae3-4417-bd89-6b41cee246d5/?format=api"
        }
    ]
}