GET /api/bet_types/ba0765da-b9d5-4a82-8884-650f59bbe055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba0765da-b9d5-4a82-8884-650f59bbe055",
    "match": "https://api-prod.gambitprofit.com/api/matches/7abadd9d-38a4-4577-8613-9688507b014e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T09:37:06.633734-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "16d5dde5-039b-48c5-bc2c-f150796b6147",
            "gambit_id": "2aae620b-6b16-4c3f-8a6f-79460515f7e3",
            "last_updated": "2023-02-13T09:42:09.958957-05:00",
            "created_at": "2023-02-02T09:37:06.636428-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0765da-b9d5-4a82-8884-650f59bbe055/?format=api"
        },
        {
            "id": "e26a86de-a45f-44d6-9300-cf3ef6753c62",
            "gambit_id": "f39f97e4-01e4-41bc-952a-c018be345ae3",
            "last_updated": "2023-02-13T09:42:09.957770-05:00",
            "created_at": "2023-02-02T09:37:06.634960-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0765da-b9d5-4a82-8884-650f59bbe055/?format=api"
        }
    ]
}