GET /api/bet_types/1d8c6ae3-2e43-4aae-8849-f2d5d353b0e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d8c6ae3-2e43-4aae-8849-f2d5d353b0e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/935024ab-46e5-4841-9f37-3a4c3a187da7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:06.329493-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "37973cb5-f6a2-4b88-969c-f14761b6e3fd",
            "gambit_id": "4ab11ba5-202b-4278-a637-ed77cb289c6c",
            "last_updated": "2023-11-06T21:23:20.635675-05:00",
            "created_at": "2023-11-02T09:03:06.333925-04:00",
            "name": "Miami Dolphins",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8c6ae3-2e43-4aae-8849-f2d5d353b0e3/?format=api"
        },
        {
            "id": "179a1ae9-0718-4c60-9b2e-15debc8b2763",
            "gambit_id": "5ad58a79-938f-4d65-9995-60ec854ca791",
            "last_updated": "2023-11-06T21:23:20.639519-05:00",
            "created_at": "2023-11-02T09:03:06.338530-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8c6ae3-2e43-4aae-8849-f2d5d353b0e3/?format=api"
        }
    ]
}