GET /api/bet_types/e060100e-6801-4119-bbe7-32c72c95d0b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e060100e-6801-4119-bbe7-32c72c95d0b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/47ee9c0b-802c-4675-9152-80ff70b12849/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:08.902941-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 49ers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8e130c1-ca5b-486d-b451-7339aa82d86e",
            "gambit_id": "67730e1c-acba-4f7a-a1d2-683d93e38680",
            "last_updated": "2023-12-04T20:53:09.163882-05:00",
            "created_at": "2023-11-30T10:28:08.908024-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060100e-6801-4119-bbe7-32c72c95d0b2/?format=api"
        },
        {
            "id": "75f29c28-2445-4176-b3f3-a74cebfdf8a4",
            "gambit_id": "301d2ac7-9ace-4649-955e-3d6cf12a3be2",
            "last_updated": "2023-12-04T20:53:09.167293-05:00",
            "created_at": "2023-11-30T10:28:08.912326-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060100e-6801-4119-bbe7-32c72c95d0b2/?format=api"
        }
    ]
}