GET /api/bet_types/49a6aecd-1b4c-4db9-823b-1d7107c705df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49a6aecd-1b4c-4db9-823b-1d7107c705df",
    "match": "https://api-prod.gambitprofit.com/api/matches/f321576a-8d84-48ce-b078-04437c139dce/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "28b08a08-157c-49d7-bb28-81f3a03fd357",
            "gambit_id": "1cbe9129-e9a0-431b-ba3a-491fc782bab4",
            "last_updated": "2022-11-28T13:47:16.956997-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a6aecd-1b4c-4db9-823b-1d7107c705df/?format=api"
        },
        {
            "id": "2e18f8ac-3492-468a-b6ff-6229ef3b75c0",
            "gambit_id": "8c2831e1-0039-4808-9153-331c44fa51d1",
            "last_updated": "2022-11-28T13:47:16.958139-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a6aecd-1b4c-4db9-823b-1d7107c705df/?format=api"
        }
    ]
}