GET /api/bet_types/40f94f17-45a8-4cb3-b11d-650af22b7a68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40f94f17-45a8-4cb3-b11d-650af22b7a68",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0d06a5f-18b8-4a58-9977-5dd858fcfa5b/?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": "Florida Intl",
                "amount": 5000.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbb9bcc7-b69c-494b-b09b-451c18d39c0e",
            "gambit_id": "b3326e16-5018-44f6-8f00-a8fda91bfc01",
            "last_updated": "2022-10-29T18:57:23.242141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f94f17-45a8-4cb3-b11d-650af22b7a68/?format=api"
        },
        {
            "id": "20321674-f212-4371-9889-f2861c3a745f",
            "gambit_id": "ae8512c1-34e6-4fdb-a3b9-4bf50789ae99",
            "last_updated": "2022-10-29T18:57:23.243186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f94f17-45a8-4cb3-b11d-650af22b7a68/?format=api"
        }
    ]
}