GET /api/bet_types/26586805-aedc-4f82-bfcd-8cc12bfa8cd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26586805-aedc-4f82-bfcd-8cc12bfa8cd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/87118a8c-227d-423d-8ad5-fafced96b1c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "North Texas",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "North Texas",
                "amount": 8835.0
            },
            {
                "team": "Florida Intl",
                "amount": 1165.0
            }
        ],
        "expected_reward_tokens": 9365.1,
        "profit_sb": 365.1,
        "profit_sb_percentage": 4.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5f26112-e711-4b5d-90d2-1de37e700b07",
            "gambit_id": "ae50b3be-3c24-470d-95b7-3d33855e7d93",
            "last_updated": "2022-11-06T15:58:31.644179-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26586805-aedc-4f82-bfcd-8cc12bfa8cd0/?format=api"
        },
        {
            "id": "1a225a98-7430-4a80-9706-23e6e8bacf43",
            "gambit_id": "ccdd80eb-d998-4310-bcdb-51d36788328f",
            "last_updated": "2022-11-06T15:58:31.645185-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "8.04000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26586805-aedc-4f82-bfcd-8cc12bfa8cd0/?format=api"
        }
    ]
}