GET /api/bet_types/9bf3907e-98cd-450e-a514-8958f072f09e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bf3907e-98cd-450e-a514-8958f072f09e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a5158f-fb37-4165-a3f3-3632d03e6c7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:13.658180-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": "CHC (H Wesneski)",
                "amount": 5490.0
            },
            {
                "team": "CIN (L Cessa)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e4deef5-4e5e-49d5-afe1-8c84ebbfef71",
            "gambit_id": "1baa5335-4a8f-4562-ba8f-1c1e5d97ec8e",
            "last_updated": "2023-04-05T10:22:10.867793-04:00",
            "created_at": "2023-04-04T09:32:13.667305-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf3907e-98cd-450e-a514-8958f072f09e/?format=api"
        },
        {
            "id": "ba81d8c4-b865-4091-a7b2-4ca7cd1cc362",
            "gambit_id": "4fa990db-c22f-4a53-84a2-3a4cd012b85a",
            "last_updated": "2023-04-05T10:22:10.864829-04:00",
            "created_at": "2023-04-04T09:32:13.661207-04:00",
            "name": "CIN (L Cessa)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf3907e-98cd-450e-a514-8958f072f09e/?format=api"
        }
    ]
}