GET /api/bet_types/3b474351-ecec-4245-9045-dc7eac20c955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b474351-ecec-4245-9045-dc7eac20c955",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d32e77a-fab3-46fc-bcc0-eade39db62a2/?format=api",
    "name": "Play the Odds",
    "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": "San Francisco Giants",
                "amount": 5410.0
            },
            {
                "team": "Milwaukee Brewers",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4ae3bd7-4087-4d31-84dd-5292eccdd67d",
            "gambit_id": "6d606d21-048b-40ce-9fef-584422b3ea1c",
            "last_updated": "2022-09-09T16:12:02.149509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b474351-ecec-4245-9045-dc7eac20c955/?format=api"
        },
        {
            "id": "6a29fe10-3408-4652-b024-81b3836d32e9",
            "gambit_id": "f9ae437f-7a68-4020-82f9-58fa2d8c0be6",
            "last_updated": "2022-09-09T16:12:02.148481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Brewers",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b474351-ecec-4245-9045-dc7eac20c955/?format=api"
        }
    ]
}