GET /api/bet_types/819940f2-fc2f-4db1-979d-9efd819a675e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "819940f2-fc2f-4db1-979d-9efd819a675e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6d829ae-6e48-4b41-bab4-1fceecfec313/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:11.581898-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": "Philadelphia Eagles",
                "amount": 5107.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3193bc40-3917-4269-9bef-e1346bf87584",
            "gambit_id": "4eaefe28-daa4-4000-8285-28bf6330054a",
            "last_updated": "2023-12-19T17:22:56.986061-05:00",
            "created_at": "2023-12-15T09:13:11.586065-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/819940f2-fc2f-4db1-979d-9efd819a675e/?format=api"
        },
        {
            "id": "c1c6629b-fa04-463d-8893-b764bc1c0eae",
            "gambit_id": "78f0a99b-f1cd-4581-b0a4-aa91a70c5171",
            "last_updated": "2023-12-19T17:22:56.990662-05:00",
            "created_at": "2023-12-15T09:13:11.590209-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/819940f2-fc2f-4db1-979d-9efd819a675e/?format=api"
        }
    ]
}