GET /api/bet_types/d183a5ff-f9f7-4b4c-baa3-86d47ab3ce8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d183a5ff-f9f7-4b4c-baa3-86d47ab3ce8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c072d66-c7c5-4ee4-acfc-d0e874f8ac65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:18.637094-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": "STL",
                "amount": 5423.0
            },
            {
                "team": "PIT",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ba8289b-2339-4acc-8dda-ebe1bf026f59",
            "gambit_id": "0ecd98d8-3ded-44e5-95ea-6232a846fd92",
            "last_updated": "2023-04-14T12:02:22.480461-04:00",
            "created_at": "2023-04-13T09:32:18.638379-04:00",
            "name": "STL",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d183a5ff-f9f7-4b4c-baa3-86d47ab3ce8a/?format=api"
        },
        {
            "id": "df85e58e-f837-401f-841b-1dc323e853b3",
            "gambit_id": "2ad09ffa-0497-4ad3-bad0-0d254cc39b09",
            "last_updated": "2023-04-14T12:02:22.482141-04:00",
            "created_at": "2023-04-13T09:32:18.639771-04:00",
            "name": "PIT",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d183a5ff-f9f7-4b4c-baa3-86d47ab3ce8a/?format=api"
        }
    ]
}