GET /api/bet_types/9f0c1197-ab78-45ee-ad23-7b460b3ebc29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f0c1197-ab78-45ee-ad23-7b460b3ebc29",
    "match": "https://api-prod.gambitprofit.com/api/matches/cae3deb3-b649-4d21-9c07-0c083fd8b7f1/?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": "Western Kentucky",
                "amount": 7221.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a3b2ee0-4092-47c6-bf8f-db6a34f1488d",
            "gambit_id": "7fc22189-23b1-4306-88be-d372071771d4",
            "last_updated": "2022-10-17T09:27:40.076603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f0c1197-ab78-45ee-ad23-7b460b3ebc29/?format=api"
        },
        {
            "id": "d58bfca6-baad-49f2-8d27-663ee10a3ea4",
            "gambit_id": "389b3efb-1e45-4eef-8651-9ae0303bc43c",
            "last_updated": "2022-10-17T09:27:40.075623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f0c1197-ab78-45ee-ad23-7b460b3ebc29/?format=api"
        }
    ]
}