GET /api/bet_types/88642272-2132-438d-a1f9-b6fd10c27497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88642272-2132-438d-a1f9-b6fd10c27497",
    "match": "https://api-prod.gambitprofit.com/api/matches/70b968ff-7cef-4c4c-b7bc-12544afb2052/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:24.115184-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": "Atlanta Braves",
                "amount": 6564.0
            },
            {
                "team": "New York Yankees",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "4178f3c7-fb61-404d-84b7-c459eac2df4d",
            "gambit_id": "07d7458f-73ab-4307-8008-a3c2ec59ece4",
            "last_updated": "2023-08-18T10:13:05.255758-04:00",
            "created_at": "2023-08-16T10:23:24.126207-04:00",
            "name": "Atlanta Braves",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88642272-2132-438d-a1f9-b6fd10c27497/?format=api"
        },
        {
            "id": "ae7de174-940e-4a28-9b59-31bd592a8627",
            "gambit_id": "8998873c-5ecf-4741-b2b3-23386f09d00b",
            "last_updated": "2023-08-18T10:13:05.251143-04:00",
            "created_at": "2023-08-16T10:23:24.120136-04:00",
            "name": "New York Yankees",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88642272-2132-438d-a1f9-b6fd10c27497/?format=api"
        }
    ]
}