GET /api/bet_types/1af11708-f8d8-446d-8958-40ba4ec51d39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1af11708-f8d8-446d-8958-40ba4ec51d39",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6387657-c40d-4364-b22c-cfc72dba9aab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T11:53:29.507438-04: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": "Boston Red Sox",
                "amount": 6434.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "540dcc84-3b47-4b86-9c56-b891ce709ea0",
            "gambit_id": "4d56c353-896f-4d08-bdbd-61ec448126c1",
            "last_updated": "2023-07-20T09:48:26.828477-04:00",
            "created_at": "2023-07-18T11:53:29.509271-04:00",
            "name": "Boston Red Sox",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af11708-f8d8-446d-8958-40ba4ec51d39/?format=api"
        },
        {
            "id": "3f8825d9-e041-4cc7-a2e0-c1c39e47778f",
            "gambit_id": "c36bfde9-d6d9-4d4d-8eca-7b1784c578e0",
            "last_updated": "2023-07-20T09:48:26.830523-04:00",
            "created_at": "2023-07-18T11:53:29.510905-04:00",
            "name": "Oakland Athletics",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af11708-f8d8-446d-8958-40ba4ec51d39/?format=api"
        }
    ]
}