GET /api/bet_types/312662b3-6c13-453c-8191-339345fe3942/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "312662b3-6c13-453c-8191-339345fe3942",
    "match": "https://api-prod.gambitprofit.com/api/matches/795be98e-0b93-4964-86f9-9cb003a6db8a/?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": "CHC (A Sampson)",
                "amount": 5515.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "766326bd-553d-4ce2-a88a-55db54ca457a",
            "gambit_id": "28fa5998-1013-42d5-9d74-9d0f90660e55",
            "last_updated": "2022-08-08T10:57:06.199624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (A Sampson)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/312662b3-6c13-453c-8191-339345fe3942/?format=api"
        },
        {
            "id": "ec8a4b6e-fee1-4d32-8a01-2be39907244a",
            "gambit_id": "29dde39c-72da-42fa-a344-1d71cd56dfa9",
            "last_updated": "2022-08-08T10:57:06.200040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/312662b3-6c13-453c-8191-339345fe3942/?format=api"
        }
    ]
}