GET /api/bet_types/c75383ad-7ce3-424a-9e22-013552714da2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c75383ad-7ce3-424a-9e22-013552714da2",
    "match": "https://api-prod.gambitprofit.com/api/matches/70d36630-f692-46b1-ba60-341d99b25d86/?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": "STL (J Quintana)",
                "amount": 5807.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4193.0
            }
        ],
        "expected_reward_tokens": 9349.27,
        "profit_sb": 349.27,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d78e2cba-9e2c-4721-8b22-beebb8f3ae2a",
            "gambit_id": "dd04217b-1c29-4466-95e3-7e71aca7409b",
            "last_updated": "2022-08-11T09:37:08.286981-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75383ad-7ce3-424a-9e22-013552714da2/?format=api"
        },
        {
            "id": "12007ba3-e59c-4feb-8c18-52cf3047b9a0",
            "gambit_id": "de4f9808-8838-4e85-b2e4-1ed9fae7aaf0",
            "last_updated": "2022-08-11T09:37:08.286521-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75383ad-7ce3-424a-9e22-013552714da2/?format=api"
        }
    ]
}