GET /api/bet_types/4ad81a75-ad43-4c8e-bffb-be2b2cda5c7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad81a75-ad43-4c8e-bffb-be2b2cda5c7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/faa91d87-5ba2-4ef6-aeba-bcddc7b09fcb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-30T11:22:17.334091-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": "Montreal Canadiens",
                "amount": 5699.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd2a0083-cf7e-4708-9a05-fc9957ea0653",
            "gambit_id": "d570858e-34e6-45fb-9444-515fa3599184",
            "last_updated": "2023-03-31T14:47:31.338909-04:00",
            "created_at": "2023-03-30T11:22:17.336346-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad81a75-ad43-4c8e-bffb-be2b2cda5c7d/?format=api"
        },
        {
            "id": "49d55643-e902-45a0-8e2e-a39066769d4e",
            "gambit_id": "544a082b-e305-4be9-af71-56ca4f20d5c0",
            "last_updated": "2023-03-31T14:47:31.342724-04:00",
            "created_at": "2023-03-30T11:22:17.338938-04:00",
            "name": "Florida Panthers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad81a75-ad43-4c8e-bffb-be2b2cda5c7d/?format=api"
        }
    ]
}