GET /api/bet_types/4cbbd76b-8bb0-415e-ae47-5df3df5bb7e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cbbd76b-8bb0-415e-ae47-5df3df5bb7e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c36d3e82-daa2-43ed-9bc8-6c957cf9f5eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.516996-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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce508016-b617-4358-abec-81ce24b02683",
            "gambit_id": "53b81e9f-4051-4dbb-99ad-c595b55b65e7",
            "last_updated": "2023-01-09T10:06:48.591481-05:00",
            "created_at": "2023-01-05T09:57:12.519399-05:00",
            "name": "Carolina Panthers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbbd76b-8bb0-415e-ae47-5df3df5bb7e5/?format=api"
        },
        {
            "id": "d0561325-471f-45bb-a8af-4aee0a70f234",
            "gambit_id": "09a3faa0-9e8f-4d05-8ee9-ed01c9d66ec5",
            "last_updated": "2023-01-09T10:06:48.590419-05:00",
            "created_at": "2023-01-05T09:57:12.518198-05:00",
            "name": "New Orleans Saints",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cbbd76b-8bb0-415e-ae47-5df3df5bb7e5/?format=api"
        }
    ]
}