GET /api/bet_types/5f2821ac-0488-45a3-b5da-f2f661c0d85f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f2821ac-0488-45a3-b5da-f2f661c0d85f",
    "match": "https://api-prod.gambitprofit.com/api/matches/85fdc31b-88d0-4220-af3c-523a497a2ec2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:06.052326-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 (A Cobb)",
                "amount": 5909.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e3fb055-a04e-45a5-af6c-41c4f8b7bb27",
            "gambit_id": "0ffa14cc-d7bc-4c30-af70-cb76969f0e10",
            "last_updated": "2023-07-17T10:13:20.267698-04:00",
            "created_at": "2023-07-15T08:58:06.053530-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2821ac-0488-45a3-b5da-f2f661c0d85f/?format=api"
        },
        {
            "id": "68553a47-da03-4001-b570-1f56616b95e0",
            "gambit_id": "c35031c1-739b-4009-ab52-86664379c973",
            "last_updated": "2023-07-17T10:13:20.269506-04:00",
            "created_at": "2023-07-15T08:58:06.054776-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2821ac-0488-45a3-b5da-f2f661c0d85f/?format=api"
        }
    ]
}