GET /api/bet_types/31a3cf6f-fb05-4b80-9685-2bf9294c42e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31a3cf6f-fb05-4b80-9685-2bf9294c42e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/299e653d-89d5-4f52-ad91-891d48e7fbbf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T08:23:17.372306-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": "TOR (Y Kikuchi)",
                "amount": 5615.0
            },
            {
                "team": "BAL (G Rodriguez)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "b02d6d66-5d4a-4a6a-9312-84a8eae2bbef",
            "gambit_id": "a82d0caa-6bc9-41df-82f7-a9763e5131e2",
            "last_updated": "2023-08-04T09:38:12.120745-04:00",
            "created_at": "2023-08-02T08:23:17.385282-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31a3cf6f-fb05-4b80-9685-2bf9294c42e2/?format=api"
        },
        {
            "id": "ad2572b1-b645-479d-a479-dbdd2ce9afa0",
            "gambit_id": "cb268a1c-7be0-4317-b7ca-aa1130bdb503",
            "last_updated": "2023-08-04T09:38:12.115849-04:00",
            "created_at": "2023-08-02T08:23:17.378955-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31a3cf6f-fb05-4b80-9685-2bf9294c42e2/?format=api"
        }
    ]
}